Uses of Class
com.enterprisedt.util.debug.Level

Packages that use Level
com.enterprisedt.util.debug   
 

Uses of Level in com.enterprisedt.util.debug
 

Fields in com.enterprisedt.util.debug declared as Level
static Level Level.OFF
          Off level
static Level Level.FATAL
          Fatal level
static Level Level.ERROR
          OFF level
static Level Level.WARN
          Warn level
static Level Level.INFO
          Info level
static Level Level.DEBUG
          Debug level
static Level Level.ALL
          All level
 

Methods in com.enterprisedt.util.debug with parameters of type Level
static void Logger.setLevel(Level level)
          Set all loggers to this level
 void Logger.log(Level level, java.lang.String message, java.lang.Throwable t)
          Log a message
 boolean Logger.isEnabledFor(Level level)
          Is logging enabled for the supplied level?
 



Copyright (c) 2001-2004 Enterprise Distributed Technologies Ltd. All Rights Reserved.