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

Packages that use Level
com.enterprisedt.net.ftp.script Contains classes for FTP scripting. 
com.enterprisedt.util.debug Contains classes for logging functionality. 
 

Uses of Level in com.enterprisedt.net.ftp.script
 

Methods in com.enterprisedt.net.ftp.script that return Level
 Level ScriptEngine.getLogLevel()
          Get the log level
 

Methods in com.enterprisedt.net.ftp.script with parameters of type Level
 void ScriptEngine.setLogLevel(Level logLevel)
          Set the log level
 

Uses of Level in com.enterprisedt.util.debug
 

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

Methods in com.enterprisedt.util.debug that return Level
static Level Logger.getLevel()
          Returns the logging level for all loggers.
static Level Level.getLevel(java.lang.String level)
          Get level from supplied string
 

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



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.