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.logging
Methods in com.wowza.wms.logging that return WMSLogger Modifier and Type Method Description static WMSLogger
WMSLogger. create(Class classObj, String name, String vhost, String app, String appInst)
static WMSLogger
WMSLoggerFactory. getLogger(Class classObj)
static WMSLogger
WMSLoggerFactory. getLoggerObj(IApplication application)
static WMSLogger
WMSLoggerFactory. getLoggerObj(IApplicationInstance appInstance)
static WMSLogger
WMSLoggerFactory. getLoggerObj(IVHost vhost)
static WMSLogger
WMSLoggerFactory. getLoggerObj(Class classObj, IApplication application)
static WMSLogger
WMSLoggerFactory. getLoggerObj(Class classObj, IApplicationInstance appInstance)
static WMSLogger
WMSLoggerFactory. getLoggerObj(Class classObj, IVHost vhost)
WMSLogger
WMSLoggerFactory. getLoggerObj(Class classObj, String name, String vhostName, String appName, String appInstName)
WMSLogger
WMSLoggerFactory. getLoggerObj(String name)
WMSLogger
WMSLoggerFactory. getLoggerObj(String name, String vhost, String app, String appInst)
static WMSLogger
WMSLoggerFactory. initializeLogging(String loggingConfigURL)
static WMSLogger
WMSLoggerFactory. initializeLogging(String loggingConfigURL, IVHost vhost)
Methods in com.wowza.wms.logging with parameters of type WMSLogger Modifier and Type Method Description default void
ILogNotify. onLog(WMSLogger logger, WMSLoggerEvent logEvent)
Called each time the server logs a message. -
Uses of WMSLogger in com.wowza.wms.module
Methods in com.wowza.wms.module that return WMSLogger Modifier and Type Method Description protected static WMSLogger
ModuleBase. getLogger()
Get the logging interface.protected static WMSLogger
ModuleBase. getLogger(Class classObj)
Get the logging interface.protected static WMSLogger
ModuleBase. getLogger(Class classObj, IApplicationInstance appInstance)
Get the logging interface. -
Uses of WMSLogger in com.wowza.wms.pushpublish.model
Fields in com.wowza.wms.pushpublish.model declared as WMSLogger Modifier and Type Field Description protected WMSLogger
PushPublishBase. logger
-