Holger's
Java API

Uses of Class
com.antelmann.util.logging.Level

Packages that use Level
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
 

Uses of Level in com.antelmann.util.logging
 

Fields in com.antelmann.util.logging declared as Level
static Level Level.BEGIN
           
static Level Level.COMMENT
           
static Level Level.CONFIG
           
static Level Level.DEBUG
           
static Level Level.DEFAULT
          used when no other level was given
static Level Level.END
           
static Level Level.ERROR
           
static Level Level.EXCEPTION
           
static Level Level.FAILURE
           
static Level Level.FINE
           
static Level Level.FINER
           
static Level Level.FINEST
           
static Level Level.IMPORTANT
           
static Level Level.INFO
           
static Level Level.NORMAL
           
static Level Level.SEVERE
           
static Level Level.SUCCESS
           
static Level Level.WARNING
           
 

Methods in com.antelmann.util.logging that return Level
static Level Level.forName(String name)
          returns the level corresponding to the given name.
static Level[] Level.getKnownLevels()
           
 Level LogEntry.getLevel()
           
 Level LevelFilter.getMinLevel()
           
 

Methods in com.antelmann.util.logging with parameters of type Level
 int Level.compareTo(Level l)
          provides a simple way to order Levels by their assumed importance.
 void Logger.log(Level level, String message, long time, String sourceClass, String sourceString, Throwable thrown, String threadName, StackTraceElement[] stack, Object[] parameters)
           
 void Logger.log(Level level, String message, Object... parameters)
           
 void Logger.log(Object origin, Level level, String message, Object... parameters)
           
 void Logger.log(Object origin, Level level, String message, Throwable thrown, Object... parameters)
           
 void LogEntry.setLevel(Level level)
           
 

Constructors in com.antelmann.util.logging with parameters of type Level
LevelFilter(Level minLevel)
           
LogEntry(Level level, String message, long time, String sourceClassName, String sourceString, Throwable thrown, String threadName, StackTraceElement[] stack, Object... parameters)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads