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.loggingClasses in com.wowza.wms.logging that implement ILogNotify Modifier and Type Class Description classLogNotifyCalculateIncrementalLogNotifyCalculateIncremental: pre-built implementation of ILogNotify that adds 5 new log fields:
- 
Uses of ILogNotify in com.wowza.wms.serverMethods 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 voidIServer. addLogListener(ILogNotify logListener)Add a log event listenerbooleanIServer. removeLogListener(ILogNotify logListener)Remove a log event listener
 
-