Uses of Class
com.wowza.wms.logging.WMSLogger
- 
Packages that use WMSLogger Package Description com.wowza.wms.logging com.wowza.wms.module com.wowza.wms.pushpublish.model 
- 
- 
Uses of WMSLogger in com.wowza.wms.loggingMethods in com.wowza.wms.logging that return WMSLogger Modifier and Type Method Description static WMSLoggerWMSLogger. create(Class classObj, String name, String vhost, String app, String appInst)static WMSLoggerWMSLoggerFactory. getLogger(Class classObj)static WMSLoggerWMSLoggerFactory. getLoggerObj(IApplication application)static WMSLoggerWMSLoggerFactory. getLoggerObj(IApplicationInstance appInstance)static WMSLoggerWMSLoggerFactory. getLoggerObj(IVHost vhost)static WMSLoggerWMSLoggerFactory. getLoggerObj(Class classObj, IApplication application)static WMSLoggerWMSLoggerFactory. getLoggerObj(Class classObj, IApplicationInstance appInstance)static WMSLoggerWMSLoggerFactory. getLoggerObj(Class classObj, IVHost vhost)WMSLoggerWMSLoggerFactory. getLoggerObj(Class classObj, String name, String vhostName, String appName, String appInstName)WMSLoggerWMSLoggerFactory. getLoggerObj(String name)WMSLoggerWMSLoggerFactory. getLoggerObj(String name, String vhost, String app, String appInst)static WMSLoggerWMSLoggerFactory. initializeLogging(String loggingConfigURL)static WMSLoggerWMSLoggerFactory. initializeLogging(String loggingConfigURL, IVHost vhost)Methods in com.wowza.wms.logging with parameters of type WMSLogger Modifier and Type Method Description default voidILogNotify. onLog(WMSLogger logger, WMSLoggerEvent logEvent)Called each time the server logs a message.
- 
Uses of WMSLogger in com.wowza.wms.moduleMethods in com.wowza.wms.module that return WMSLogger Modifier and Type Method Description protected static WMSLoggerModuleBase. getLogger()Get the logging interface.protected static WMSLoggerModuleBase. getLogger(Class classObj)Get the logging interface.protected static WMSLoggerModuleBase. getLogger(Class classObj, IApplicationInstance appInstance)Get the logging interface.
- 
Uses of WMSLogger in com.wowza.wms.pushpublish.modelFields in com.wowza.wms.pushpublish.model declared as WMSLogger Modifier and Type Field Description protected WMSLoggerPushPublishBase. logger
 
-