| Package | mx.logging |
| Class | public final class LogEventLevel |
| Inheritance | LogEventLevel Object |
level
property.
| Constant | Defined By | ||
|---|---|---|---|
| ALL : int = 0 [static]
Tells a target to process all messages. | LogEventLevel | ||
| DEBUG : int = 2 [static]
Designates informational level
messages that are fine grained and most helpful when debugging an
application. | LogEventLevel | ||
| ERROR : int = 8 [static]
Designates error events that might
still allow the application to continue running. | LogEventLevel | ||
| FATAL : int = 1000 [static]
Designates events that are very
harmful and will eventually lead to application failure. | LogEventLevel | ||
| INFO : int = 4 [static]
Designates informational messages that
highlight the progress of the application at coarse-grained level. | LogEventLevel | ||
| WARN : int = 6 [static]
Designates events that could be
harmful to the application operation. | LogEventLevel | ||
| ALL | Constant |
public static const ALL:int = 0Tells a target to process all messages.
| DEBUG | Constant |
public static const DEBUG:int = 2Designates informational level messages that are fine grained and most helpful when debugging an application.
| ERROR | Constant |
public static const ERROR:int = 8Designates error events that might still allow the application to continue running.
| FATAL | Constant |
public static const FATAL:int = 1000Designates events that are very harmful and will eventually lead to application failure.
| INFO | Constant |
public static const INFO:int = 4Designates informational messages that highlight the progress of the application at coarse-grained level.
| WARN | Constant |
public static const WARN:int = 6Designates events that could be harmful to the application operation.