Pakket | mx.logging |
Klasse | public final class LogEventLevel |
Overerving | LogEventLevel Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
level
property.
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
ALL : int = 0 [statisch]
Tells a target to process all messages. | LogEventLevel | ||
DEBUG : int = 2 [statisch]
Designates informational level
messages that are fine grained and most helpful when debugging an
application. | LogEventLevel | ||
ERROR : int = 8 [statisch]
Designates error events that might
still allow the application to continue running. | LogEventLevel | ||
FATAL : int = 1000 [statisch]
Designates events that are very
harmful and will eventually lead to application failure. | LogEventLevel | ||
INFO : int = 4 [statisch]
Designates informational messages that
highlight the progress of the application at coarse-grained level. | LogEventLevel | ||
WARN : int = 6 [statisch]
Designates events that could be
harmful to the application operation. | LogEventLevel |
Constantedetails
ALL | Constante |
public static const ALL:int = 0
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Tells a target to process all messages.
DEBUG | Constante |
public static const DEBUG:int = 2
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Designates informational level messages that are fine grained and most helpful when debugging an application.
ERROR | Constante |
public static const ERROR:int = 8
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Designates error events that might still allow the application to continue running.
FATAL | Constante |
public static const FATAL:int = 1000
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Designates events that are very harmful and will eventually lead to application failure.
INFO | Constante |
public static const INFO:int = 4
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Designates informational messages that highlight the progress of the application at coarse-grained level.
WARN | Constante |
public static const WARN:int = 6
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Designates events that could be harmful to the application operation.
Wed Jun 13 2018, 11:42 AM Z