Pacote | mx.logging |
Classe | public final class LogEventLevel |
Herança | LogEventLevel Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
level
property.
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
ALL : int = 0 [estático]
Tells a target to process all messages. | LogEventLevel | ||
DEBUG : int = 2 [estático]
Designates informational level
messages that are fine grained and most helpful when debugging an
application. | LogEventLevel | ||
ERROR : int = 8 [estático]
Designates error events that might
still allow the application to continue running. | LogEventLevel | ||
FATAL : int = 1000 [estático]
Designates events that are very
harmful and will eventually lead to application failure. | LogEventLevel | ||
INFO : int = 4 [estático]
Designates informational messages that
highlight the progress of the application at coarse-grained level. | LogEventLevel | ||
WARN : int = 6 [estático]
Designates events that could be
harmful to the application operation. | LogEventLevel |
Detalhes da constante
ALL | Constante |
public static const ALL:int = 0
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Tells a target to process all messages.
DEBUG | Constante |
public static const DEBUG:int = 2
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Designates events that could be harmful to the application operation.
Wed Jun 13 2018, 11:10 AM Z