패키지 | mx.logging |
클래스 | public final class LogEventLevel |
상속 | LogEventLevel Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
level
property.
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
ALL : int = 0 [정적]
Tells a target to process all messages. | LogEventLevel | ||
DEBUG : int = 2 [정적]
Designates informational level
messages that are fine grained and most helpful when debugging an
application. | LogEventLevel | ||
ERROR : int = 8 [정적]
Designates error events that might
still allow the application to continue running. | LogEventLevel | ||
FATAL : int = 1000 [정적]
Designates events that are very
harmful and will eventually lead to application failure. | LogEventLevel | ||
INFO : int = 4 [정적]
Designates informational messages that
highlight the progress of the application at coarse-grained level. | LogEventLevel | ||
WARN : int = 6 [정적]
Designates events that could be
harmful to the application operation. | LogEventLevel |
상수 세부 정보
ALL | 상수 |
public static const ALL:int = 0
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Tells a target to process all messages.
DEBUG | 상수 |
public static const DEBUG:int = 2
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Designates informational level messages that are fine grained and most helpful when debugging an application.
ERROR | 상수 |
public static const ERROR:int = 8
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Designates error events that might still allow the application to continue running.
FATAL | 상수 |
public static const FATAL:int = 1000
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Designates events that are very harmful and will eventually lead to application failure.
INFO | 상수 |
public static const INFO:int = 4
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Designates informational messages that highlight the progress of the application at coarse-grained level.
WARN | 상수 |
public static const WARN:int = 6
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Designates events that could be harmful to the application operation.
Tue Jun 12 2018, 03:17 PM Z