Uses of Class
de.infinityloop.util.log.LoggerConfiguration

Packages that use LoggerConfiguration
de.infinityloop.util.log   
 

Uses of LoggerConfiguration in de.infinityloop.util.log
 

Fields in de.infinityloop.util.log declared as LoggerConfiguration
protected  LoggerConfiguration LoggerDelegate.configuration
          The configuration for this logger
 

Methods in de.infinityloop.util.log that return LoggerConfiguration
 LoggerConfiguration LoggerDelegate.getConfiguration()
          Retrieves this Logger's configuration object
 

Methods in de.infinityloop.util.log with parameters of type LoggerConfiguration
static LoggerProxy LoggerProxy.getLogger(java.lang.Class c, NotificationCollector coll, LoggerConfiguration con)
           
 void LoggerDelegate.setConfiguration(LoggerConfiguration c)
          Sets a new logger configuration object for this logger proxy.
 

Constructors in de.infinityloop.util.log with parameters of type LoggerConfiguration
LoggerProxy(NotificationCollector coll, LoggerConfiguration lc, LoggerDelegate deleg)
          Default constructor.