Uses of Class
com.wowza.wms.logging.WMSLogger

Packages that use WMSLogger
com.wowza.wms.logging   
com.wowza.wms.module   
 

Uses of WMSLogger in com.wowza.wms.logging
 

Methods in com.wowza.wms.logging that return WMSLogger
 WMSLogger WMSLoggerFactory.forceNewLoggerInstance(String name, org.apache.log4j.Logger tmpLogger)
           
static WMSLogger WMSLoggerFactory.getLogger(Class classObj)
           
static WMSLogger WMSLogger.getLogger(String name)
           
static WMSLogger WMSLoggerFactory.getLoggerObj(IApplication application)
           
static WMSLogger WMSLoggerFactory.getLoggerObj(IApplicationInstance appInstance)
           
static WMSLogger WMSLoggerFactory.getLoggerObj(IVHost vhost)
           
 WMSLogger WMSLoggerFactory.getLoggerObj(String name)
           
static WMSLogger WMSLoggerFactory.initializeLogging(String loggingConfigURL)
           
static WMSLogger WMSLoggerFactory.initializeLogging(String loggingConfigURL, IVHost vhost)
           
 

Uses of WMSLogger in com.wowza.wms.module
 

Methods in com.wowza.wms.module that return WMSLogger
protected static WMSLogger ModuleBase.getLogger()
          Get the logging interface.