Uses of Interface
com.wowza.wms.logging.ILogNotify
-
Packages that use ILogNotify Package Description com.wowza.wms.logging com.wowza.wms.server -
-
Uses of ILogNotify in com.wowza.wms.logging
Classes in com.wowza.wms.logging that implement ILogNotify Modifier and Type Class Description class
LogNotifyCalculateIncremental
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 ILogNotify Modifier and Type Method Description java.util.List<ILogNotify>
IServer. getLogListeners()
Get a copy of the log event listener listMethods in com.wowza.wms.server with parameters of type ILogNotify Modifier and Type Method Description void
IServer. addLogListener(ILogNotify logListener)
Add a log event listenerboolean
IServer. removeLogListener(ILogNotify logListener)
Remove a log event listener
-