Uses of Class
com.platform.ego.impl.Level

Packages that use Level
com.platform.ego   
com.platform.ego.impl   
 

Uses of Level in com.platform.ego
 

Methods in com.platform.ego that return Level
 Level Logger.getLoggerLevel()
          Get level of logger.
 

Methods in com.platform.ego with parameters of type Level
 void Logger.log(Level level, java.lang.String msg)
          Log a message.
 void Logger.log(Level level, java.lang.String msg, java.lang.Throwable rootCause)
          Log a message.
 void Logger.setLoggerLevel(Level level)
          Set level of logger.
 

Uses of Level in com.platform.ego.impl
 

Fields in com.platform.ego.impl declared as Level
static Level Level.DEBUG
           
static Level Level.ERROR
           
static Level Level.FATAL
           
static Level Level.INFO
           
static Level Level.WARN
           
 

Methods in com.platform.ego.impl that return Level
static Level LoggerManager.getDefaultLoggerLevel()
          Get logger's level of default logger.
 

Methods in com.platform.ego.impl with parameters of type Level
static void LoggerManager.setDefaultLoggerLevel(Level l)
          Set logger's level of default logger.
 



Copyright (C) 1992-2007 Platform Computing Corporation