Uses of Class
blackboard.platform.log.LogService.Verbosity

Packages that use LogService.Verbosity
blackboard.platform.log   
 

Uses of LogService.Verbosity in blackboard.platform.log
 

Fields in blackboard.platform.log declared as LogService.Verbosity
static LogService.Verbosity LogService.Verbosity.DEBUG
          Used to log all messages.
static LogService.Verbosity LogService.Verbosity.DEFAULT
          Default is DEBUG; however this is typically over-ridden in the service configuration file.
static LogService.Verbosity LogService.Verbosity.ERROR
          Used to log messages resulting from system errors.
static LogService.Verbosity LogService.Verbosity.FATAL
          Used to log messages that cause severe disruption to the system.
static LogService.Verbosity LogService.Verbosity.INFORMATION
          Used to log messages that are not necessarily error conditions, but might be useful for diagnostic purposes.
static LogService.Verbosity LogService.Verbosity.WARNING
          Used to log messages that result from potentially erroneous conditions.
 

Methods in blackboard.platform.log that return LogService.Verbosity
static LogService.Verbosity LogService.Verbosity.fromExternalString(java.lang.String level)
          Generates the proper enumerated object from a string representation.
 LogService.Verbosity Log.getVerbosityLevel()
          Returns the verbosity level for this log.
 

Methods in blackboard.platform.log with parameters of type LogService.Verbosity
 void LogService.defineNewFileLog(java.lang.String logName, java.lang.String logFilePath, LogService.Verbosity verbosity, BbLocale locale, boolean copyToConsole)
          Convenience method to create a new file-based log.
 void LogService.defineNewFileLog(java.lang.String logName, java.lang.String logFilePath, LogService.Verbosity verbosity, boolean copyToConsole)
          Convenience method to create a new file-based log.
 boolean LogService.Verbosity.implies(LogService.Verbosity v)
          Returns true if this verbosity implies that the other verbosity will be accepted by the logger.
 void Log.log(java.lang.String message, LogService.Verbosity verbosity)
          Logs the specified message at the appropriate verbosity.
 void Log.log(java.lang.String message, java.lang.Throwable error, LogService.Verbosity verbosity)
          Logs the specified message at the appropriate verbosity.
 void Log.setVerbosityLevel(LogService.Verbosity verbosity)
          Sets the verbosity level for this log.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.