Uses of Class
org.znerd.util.log.LogLevel

Packages that use LogLevel
org.znerd.util.log   
 

Uses of LogLevel in org.znerd.util.log
 

Methods in org.znerd.util.log that return LogLevel
 LogLevel InMemoryLimb.Entry.getLevel()
           
static LogLevel LogLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LogLevel[] LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.znerd.util.log with parameters of type LogLevel
 boolean LogLevel.isSmallerThanOrEqualTo(LogLevel that)
           
static void Limb.log(LogLevel level, String message)
           
static void Limb.log(LogLevel level, String message, Throwable exception)
           
protected  void NullLimb.logImpl(LogLevel level, String message, Throwable exception)
           
protected  void MavenLimb.logImpl(LogLevel level, String message, Throwable exception)
           
protected  void Limb.logImpl(LogLevel level, String message, Throwable exception)
           
protected  void InMemoryLimb.logImpl(LogLevel level, String message, Throwable exception)
           
protected  void AntLimb.logImpl(LogLevel level, String message, Throwable exception)
           
 



Copyright © 2011-2012. All Rights Reserved.