Package | mx.logging |
Class | public final class LogEventLevel |
Inheritance | LogEventLevel Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
level
property.
Public Properties
Public Methods
Public Constants
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 |
Constant Detail
ALL | Constant |
public static const ALL:int = 0
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Tells a target to process all messages.
DEBUG | Constant |
public static const DEBUG:int = 2
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Designates informational level messages that are fine grained and most helpful when debugging an application.
ERROR | Constant |
public static const ERROR:int = 8
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Designates error events that might still allow the application to continue running.
FATAL | Constant |
public static const FATAL:int = 1000
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Designates events that are very harmful and will eventually lead to application failure.
INFO | Constant |
public static const INFO:int = 4
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Designates informational messages that highlight the progress of the application at coarse-grained level.
WARN | Constant |
public static const WARN:int = 6
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Designates events that could be harmful to the application operation.
Mon Nov 28 2011, 06:48 AM -08:00