Uses of Interface
com.mycila.log.Logger

Packages that use Logger
com.mycila.log   
com.mycila.log.jdk   
com.mycila.log.log4j   
com.mycila.log.nop   
 

Uses of Logger in com.mycila.log
 

Classes in com.mycila.log that implement Logger
 class AbstractLogger
           
 

Methods in com.mycila.log that return Logger
static Logger Loggers.get(java.lang.Class<?> c)
          Get the logger for specified class
static Logger Loggers.get(java.lang.String name)
          Get a named logger
 Logger LoggerProvider.get(java.lang.String name)
           
 

Uses of Logger in com.mycila.log.jdk
 

Classes in com.mycila.log.jdk that implement Logger
 class JDKLogger
           
 

Methods in com.mycila.log.jdk that return Logger
 Logger JDKLoggerProvider.get(java.lang.String name)
           
 

Uses of Logger in com.mycila.log.log4j
 

Classes in com.mycila.log.log4j that implement Logger
 class Log4jLogger
           
 

Methods in com.mycila.log.log4j that return Logger
 Logger Log4jLoggerProvider.get(java.lang.String name)
           
 

Uses of Logger in com.mycila.log.nop
 

Classes in com.mycila.log.nop that implement Logger
 class NopLogger
           
 

Fields in com.mycila.log.nop declared as Logger
static Logger NopLogger.INSTANCE
           
 

Methods in com.mycila.log.nop that return Logger
 Logger NopLoggerProvider.get(java.lang.String name)
           
 



Copyright © 2008-2010 Mycila. All Rights Reserved.