Uses of Class
cern.cmw.LogLevel

Packages that use LogLevel
cern.cmw Provides common classes that are used by different CMW packages. 
 

Uses of LogLevel in cern.cmw
 

Fields in cern.cmw declared as LogLevel
static LogLevel LogLevel.ALL
          A special level which indicates that all messages shall be logged.
static LogLevel LogLevel.DEBUG
          A message level providing highly detailed tracing information.
static LogLevel LogLevel.ERROR
          A message level indicating a serious problem.
static LogLevel LogLevel.INFO
          A message level for information messages
static LogLevel LogLevel.OFF
          A special level that can be used to turn off logging.
static LogLevel LogLevel.TRACE
          A message level providing tracing information.
static LogLevel LogLevel.WARNING
          A message level indicating a potential problem.
 

Methods in cern.cmw that return LogLevel
static LogLevel LogLevel.fromCorba(cern.cmw.corba.admin.ServerAdminPackage.LogLevel level)
           
static LogLevel Logger.getDefaultLevel()
          Returns the default log level.
 LogLevel Logger.getLevel()
          Returns the log level maintained by this logger.
static LogLevel LogLevel.parse(String name)
          Returns the log level corresponding to the given name.
 

Methods in cern.cmw with parameters of type LogLevel
 boolean LogLevel.encompasses(LogLevel level)
          Returns true if the level supplied is encompassed by this level.
 boolean LogLevel.equals(LogLevel level)
          Returns true if the specified level is equal to this level.
 boolean Logger.isLoggable(LogLevel level)
          Returns true if a message of the given level would actually be logged by this logger.
protected abstract  void Logger.log(LogLevel level, String message)
          Forwards the message to the log output.
static void Logger.setDefaultLevel(LogLevel level)
          Sets the default log level to the specified level.
 void Logger.setLevel(LogLevel level)
          Sets the log level maintained by this logger.
static void Logger.setLevels(LogLevel level)
          Sets the specified level in all loggers in the system.
 



Copyright © 2007 CERN. All Rights Reserved.