Packagesekati.log
Classpublic class LogLevel

LogLevel provides the various LogEvent levels provided by Logger.



Public Methods
 MethodDefined by
  
LogLevel Static Constructor
LogLevel
  
resolveFirebugLevelName(level:uint):String
[static] Resolve the LogEvent level id to a level name.
LogLevel
  
resolveLevelName(level:uint):String
[static] Resolve the LogEvent level id to a level name.
LogLevel
Public Constants
 ConstantDefined by
  DEBUG : uint = 4
[static] DEBUG is a log level denoting an informational event which may require investigation.
LogLevel
  ERROR : uint = 6
[static] ERROR is a log level denoting a error type event.
LogLevel
  FATAL : uint = 7
[static] FATAL is a log level denoting a fatal type event.
LogLevel
  INFO : uint = 1
[static] INFO is a log level denoting an informational event.
LogLevel
  NOTICE : uint = 3
[static] NOTICE is a log level denoting an event of interest.
LogLevel
  OBJECT : uint = 8
[static] OBJECT is a special log level which delivers origin object recursion.
LogLevel
  STATUS : uint = 2
[static] STATUS is a log level denoting a status event.
LogLevel
  TRACE : uint = 0
[static] TRACE is a log level denoting a standard log event.
LogLevel
  WARN : uint = 5
[static] WARN is a log level denoting an event of concern.
LogLevel
Constructor detail
LogLevel()constructor
public function LogLevel()

LogLevel Static Constructor

Method detail
resolveFirebugLevelName()method
public static function resolveFirebugLevelName(level:uint):String

Resolve the LogEvent level id to a level name.

Parameters
level:uint

Returns
String
resolveLevelName()method 
public static function resolveLevelName(level:uint):String

Resolve the LogEvent level id to a level name.

Parameters
level:uint

Returns
String
Constant detail
DEBUGconstant
public static const DEBUG:uint = 4

DEBUG is a log level denoting an informational event which may require investigation.

ERRORconstant 
public static const ERROR:uint = 6

ERROR is a log level denoting a error type event.

FATALconstant 
public static const FATAL:uint = 7

FATAL is a log level denoting a fatal type event.

INFOconstant 
public static const INFO:uint = 1

INFO is a log level denoting an informational event.

NOTICEconstant 
public static const NOTICE:uint = 3

NOTICE is a log level denoting an event of interest.

OBJECTconstant 
public static const OBJECT:uint = 8

OBJECT is a special log level which delivers origin object recursion.

STATUSconstant 
public static const STATUS:uint = 2

STATUS is a log level denoting a status event.

TRACEconstant 
public static const TRACE:uint = 0

TRACE is a log level denoting a standard log event.

WARNconstant 
public static const WARN:uint = 5

WARN is a log level denoting an event of concern.