Uses of Interface
com.wowza.wms.logging.ILogNotify
Packages that use ILogNotify
-
Uses of ILogNotify in com.wowza.wms.logging
Classes in com.wowza.wms.logging that implement ILogNotifyModifier and TypeClassDescriptionclass
LogNotifyCalculateIncremental: pre-built implementation of ILogNotify that adds 5 new log fields: -
Uses of ILogNotify in com.wowza.wms.server
Methods in com.wowza.wms.server that return types with arguments of type ILogNotifyModifier and TypeMethodDescriptionIServer.getLogListeners()
Get a copy of the log event listener listMethods in com.wowza.wms.server with parameters of type ILogNotifyModifier and TypeMethodDescriptionvoid
IServer.addLogListener
(ILogNotify logListener) Add a log event listenerboolean
IServer.removeLogListener
(ILogNotify logListener) Remove a log event listener