Static Public Attributes | Protected Member Functions | Static Package Functions

alma.acs.exceptions.ErrorTraceLogLevels Class Reference

Inherits java::util::logging::Level.

List of all members.

Static Public Attributes

static Level ERROR = new ErrorTraceLogLevels("ERROR", 901)
static Level CRITICAL = new ErrorTraceLogLevels("CRITICAL", 902)
static Level ALERT = new ErrorTraceLogLevels("ALERT", 903)
static Level EMERGENCY = new ErrorTraceLogLevels("ERROR", 1000)

Protected Member Functions

 ErrorTraceLogLevels (String name, int value)

Static Package Functions

static Level mapErrorLevelToLogLevel (Severity errorTraceSeverity)

Detailed Description

Provides JDK logger style level objects for the severity levels in alma.ACSErr.Severity.

Currently the module acserr builds before acsjlog, so alma.acs.logging.AcsLogLevel is not available. Todo: Try to refactor this and remove duplication of error level classes.

Author:
hsommer created Apr 12, 2005 5:36:27 PM

Constructor & Destructor Documentation

alma.acs.exceptions.ErrorTraceLogLevels.ErrorTraceLogLevels ( String  name,
int  value 
) [protected]

Member Function Documentation

static Level alma.acs.exceptions.ErrorTraceLogLevels.mapErrorLevelToLogLevel ( Severity  errorTraceSeverity  )  [static, package]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties