Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

LogTypeHelper.java File Reference


Namespaces

namespace  com::cosylab::logging::engine::log

Enumerations

enum  LogTypeHelper {
  TRACE, Trace, DEBUG, Debug,
  INFO, Info, NOTICE, Notice,
  WARNING, Warning, ERROR, Error,
  CRITICAL, Critical, ALERT, Alert,
  EMERGENCY, acsCoreLvl, type
}

Enumeration Type Documentation

enum LogTypeHelper
 

Author:
acaproni
This class contains all the definitions needed for the log type. It means the constants, the strings describing the fields and the icons. This enum extends the AcsLogLevelDefinition with informations needed by the GUI
Enumeration values:
TRACE  The types of the logs.

We do want to reuse these Integers instead of creating new Integers with the same value We need that to reduce the amount of memory used by the software.

Trace 
DEBUG 
Debug 
INFO 
Info 
NOTICE 
Notice 
WARNING 
Warning 
ERROR 
Error 
CRITICAL 
Critical 
ALERT 
Alert 
EMERGENCY 
acsCoreLvl  Constructor

Parameters:
AcsCoreLevel The ACS log level definition
logEntryType The entry type
iconName The name of the icon
type  Return the type of the log of a LogEntryXML

Parameters:
log The LogEntryXML we need the type
Returns:
A String describing the type of the log ("Undeclared" if the type is unknown)


Generated on Thu Apr 30 02:42:33 2009 for ACS Java API by doxygen 1.3.8