Uses of Class
com.mycila.log.Level

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

Uses of Level in com.mycila.log
 

Methods in com.mycila.log that return Level
static Level Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Level[] Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.mycila.log with parameters of type Level
 boolean Logger.canLog(Level level)
           
protected abstract  void AbstractLogger.doLog(Level level, java.lang.Throwable throwable, java.lang.Object message, java.lang.Object... args)
           
 void AbstractLogger.log(Level level, java.lang.Object message)
           
 void Logger.log(Level level, java.lang.Object message)
           
 void AbstractLogger.log(Level level, java.lang.Object message, java.lang.Object... args)
           
 void Logger.log(Level level, java.lang.Object message, java.lang.Object... args)
           
 void AbstractLogger.log(Level level, java.lang.Throwable throwable, java.lang.Object message)
           
 void Logger.log(Level level, java.lang.Throwable throwable, java.lang.Object message)
           
 void AbstractLogger.log(Level level, java.lang.Throwable throwable, java.lang.Object message, java.lang.Object... args)
           
 void Logger.log(Level level, java.lang.Throwable throwable, java.lang.Object message, java.lang.Object... args)
           
 

Uses of Level in com.mycila.log.jdk
 

Methods in com.mycila.log.jdk with parameters of type Level
 boolean JDKLogger.canLog(Level level)
           
protected  void JDKLogger.doLog(Level level, java.lang.Throwable throwable, java.lang.Object message, java.lang.Object... args)
           
 

Uses of Level in com.mycila.log.log4j
 

Methods in com.mycila.log.log4j with parameters of type Level
 boolean Log4jLogger.canLog(Level level)
           
protected  void Log4jLogger.doLog(Level level, java.lang.Throwable throwable, java.lang.Object message, java.lang.Object... args)
           
 

Uses of Level in com.mycila.log.nop
 

Methods in com.mycila.log.nop with parameters of type Level
 boolean NopLogger.canLog(Level level)
           
protected  void NopLogger.doLog(Level level, java.lang.Throwable throwable, java.lang.Object message, java.lang.Object... args)
           
 



Copyright © 2008-2010 Mycila. All Rights Reserved.