| Package | vegas.logging |
| Class | public class LogEventLevel |
| Inheritance | LogEventLevel CoreObject |
| Method | Defined by | ||
|---|---|---|---|
|
LogEventLevel(name:String, value:int)
Creates a new LogEventLevel instance.
| LogEventLevel | ||
![]() |
Returns the internal
ILogger reference of this ILogable object. | CoreObject | |
![]() |
hashCode():uint
Returns a hashcode value for the object.
| CoreObject | |
|
isValidLevel(level:LogEventLevel):Boolean
[static]
Returns true if the number level passed in argument is valid.
| LogEventLevel | ||
![]() |
Sets the internal
ILogger reference of this ILogable object. | CoreObject | |
|
toSource(indent:int = 0):String
Returns the Eden string representation of the object.
| LogEventLevel | ||
|
toString():String
Returns the string representation of the object.
| LogEventLevel | ||
|
valueOf():int
Returns the value of this object.
| LogEventLevel | ||
| Constant | Defined by | ||
|---|---|---|---|
| ALL : LogEventLevel
[static]
Intended to force a target to process all messages (0).
| LogEventLevel | ||
| DEBUG : LogEventLevel
[static]
Designates informational level messages that are fine grained and most helpful when debugging an application (2).
| LogEventLevel | ||
| ERROR : LogEventLevel
[static]
Designates error events that might still allow the application to continue running (8).
| LogEventLevel | ||
| FATAL : LogEventLevel
[static]
Designates events that are very harmful and will eventually lead to application failure (1000).
| LogEventLevel | ||
| INFO : LogEventLevel
[static]
Designates informational messages that highlight the progress of the application at coarse-grained level (4).
| LogEventLevel | ||
| WARN : LogEventLevel
[static]
Designates events that could be harmful to the application operation (6).
| LogEventLevel | ||
| LogEventLevel | () | constructor |
public function LogEventLevel(name:String, value:int)Creates a new LogEventLevel instance.
Parametersname:String |
|
value:int |
| isValidLevel | () | method |
public static function isValidLevel(level:LogEventLevel):BooleanReturns true if the number level passed in argument is valid.
Parameterslevel:LogEventLevel |
Boolean |
| toSource | () | method |
public override function toSource(indent:int = 0):StringReturns the Eden string representation of the object.
Parametersindent:int (default = 0) |
String |
| toString | () | method |
public override function toString():StringReturns the string representation of the object.
ReturnsString |
| valueOf | () | method |
public function valueOf():intReturns the value of this object.
Returnsint |
| ALL | constant |
public static const ALL:LogEventLevelIntended to force a target to process all messages (0).
| DEBUG | constant |
public static const DEBUG:LogEventLevelDesignates informational level messages that are fine grained and most helpful when debugging an application (2).
| ERROR | constant |
public static const ERROR:LogEventLevelDesignates error events that might still allow the application to continue running (8).
| FATAL | constant |
public static const FATAL:LogEventLevelDesignates events that are very harmful and will eventually lead to application failure (1000).
| INFO | constant |
public static const INFO:LogEventLevelDesignates informational messages that highlight the progress of the application at coarse-grained level (4).
| WARN | constant |
public static const WARN:LogEventLevelDesignates events that could be harmful to the application operation (6).