Package | com.boostworthy.utils.logger |
Class | public final class LogLevel |
Method | Defined by | ||
---|---|---|---|
LogLevel()
Constructor.
| LogLevel |
Constant | Defined by | ||
---|---|---|---|
DEBUG : uint = 16 [static]
Defined constant for representing the 'debug' output level.
| LogLevel | ||
INFO : uint = 8 [static]
Defined constant for representing the 'info' output level.
| LogLevel | ||
OFF : uint = 1 [static]
Defined constant for representing the 'off' output level.
| LogLevel | ||
SEVERE : uint = 2 [static]
Defined constant for representing the 'severe' output level.
| LogLevel | ||
WARNING : uint = 4 [static]
Defined constant for representing the 'warning' output level.
| LogLevel |
LogLevel | () | constructor |
public function LogLevel()
Constructor.
DEBUG | constant |
public static const DEBUG:uint = 16
Defined constant for representing the 'debug' output level.
INFO | constant |
public static const INFO:uint = 8
Defined constant for representing the 'info' output level.
OFF | constant |
public static const OFF:uint = 1
Defined constant for representing the 'off' output level.
SEVERE | constant |
public static const SEVERE:uint = 2
Defined constant for representing the 'severe' output level.
WARNING | constant |
public static const WARNING:uint = 4
Defined constant for representing the 'warning' output level.