Pacchetto | mx.logging |
Classe | public final class LogEventLevel |
Ereditarietà | LogEventLevel Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
level
property.
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
ALL : int = 0 [statico]
Tells a target to process all messages. | LogEventLevel | ||
DEBUG : int = 2 [statico]
Designates informational level
messages that are fine grained and most helpful when debugging an
application. | LogEventLevel | ||
ERROR : int = 8 [statico]
Designates error events that might
still allow the application to continue running. | LogEventLevel | ||
FATAL : int = 1000 [statico]
Designates events that are very
harmful and will eventually lead to application failure. | LogEventLevel | ||
INFO : int = 4 [statico]
Designates informational messages that
highlight the progress of the application at coarse-grained level. | LogEventLevel | ||
WARN : int = 6 [statico]
Designates events that could be
harmful to the application operation. | LogEventLevel |
Descrizione delle costanti
ALL | Costante |
public static const ALL:int = 0
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Tells a target to process all messages.
DEBUG | Costante |
public static const DEBUG:int = 2
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Designates informational level messages that are fine grained and most helpful when debugging an application.
ERROR | Costante |
public static const ERROR:int = 8
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Designates error events that might still allow the application to continue running.
FATAL | Costante |
public static const FATAL:int = 1000
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Designates events that are very harmful and will eventually lead to application failure.
INFO | Costante |
public static const INFO:int = 4
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Designates informational messages that highlight the progress of the application at coarse-grained level.
WARN | Costante |
public static const WARN:int = 6
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Designates events that could be harmful to the application operation.
Tue Jun 12 2018, 02:44 PM Z