edtFTPj/Free - Open-source FTP library for Java | Download


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.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 (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.