Paket | mx.logging |
Klass | public final class LogEventLevel |
Arv | LogEventLevel Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
level
property.
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
ALL : int = 0 [statisk]
Tells a target to process all messages. | LogEventLevel | ||
DEBUG : int = 2 [statisk]
Designates informational level
messages that are fine grained and most helpful when debugging an
application. | LogEventLevel | ||
ERROR : int = 8 [statisk]
Designates error events that might
still allow the application to continue running. | LogEventLevel | ||
FATAL : int = 1000 [statisk]
Designates events that are very
harmful and will eventually lead to application failure. | LogEventLevel | ||
INFO : int = 4 [statisk]
Designates informational messages that
highlight the progress of the application at coarse-grained level. | LogEventLevel | ||
WARN : int = 6 [statisk]
Designates events that could be
harmful to the application operation. | LogEventLevel |
Konstantdetaljer
ALL | Konstant |
public static const ALL:int = 0
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Tells a target to process all messages.
DEBUG | Konstant |
public static const DEBUG:int = 2
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Designates informational level messages that are fine grained and most helpful when debugging an application.
ERROR | Konstant |
public static const ERROR:int = 8
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Designates error events that might still allow the application to continue running.
FATAL | Konstant |
public static const FATAL:int = 1000
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Designates events that are very harmful and will eventually lead to application failure.
INFO | Konstant |
public static const INFO:int = 4
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Designates informational messages that highlight the progress of the application at coarse-grained level.
WARN | Konstant |
public static const WARN:int = 6
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Designates events that could be harmful to the application operation.
Tue Jun 12 2018, 01:40 PM Z