| 套件 | 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:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性