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

Packages that use LoggerProxy
de.infinityloop.upcast.treeprocess   
de.infinityloop.util.log   
 

Uses of LoggerProxy in de.infinityloop.upcast.treeprocess
 

Fields in de.infinityloop.upcast.treeprocess declared as LoggerProxy
 LoggerProxy SectionProcessorBase.logger
           
 

Uses of LoggerProxy in de.infinityloop.util.log
 

Methods in de.infinityloop.util.log that return LoggerProxy
static LoggerProxy LoggerProxy.getLogger(java.lang.Class c)
          Logger factory by class
static LoggerProxy LoggerProxy.getLogger(java.lang.Class c, NotificationCollector coll, LoggerConfiguration con)
           
static LoggerProxy LoggerProxy.getLogger(java.lang.String name)
          Logger factory by name
static LoggerProxy LoggerProxy.getLogger(java.lang.String name, NotificationCollector coll)