Paket | mx.logging |
Sınıf | public final class LogEventLevel |
Miras Alma | LogEventLevel Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
level
property.
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
ALL : int = 0 [statik]
Tells a target to process all messages. | LogEventLevel | ||
DEBUG : int = 2 [statik]
Designates informational level
messages that are fine grained and most helpful when debugging an
application. | LogEventLevel | ||
ERROR : int = 8 [statik]
Designates error events that might
still allow the application to continue running. | LogEventLevel | ||
FATAL : int = 1000 [statik]
Designates events that are very
harmful and will eventually lead to application failure. | LogEventLevel | ||
INFO : int = 4 [statik]
Designates informational messages that
highlight the progress of the application at coarse-grained level. | LogEventLevel | ||
WARN : int = 6 [statik]
Designates events that could be
harmful to the application operation. | LogEventLevel |
Sabit Ayrıntısı
ALL | Sabit |
public static const ALL:int = 0
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Tells a target to process all messages.
DEBUG | Sabit |
public static const DEBUG:int = 2
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Designates informational level messages that are fine grained and most helpful when debugging an application.
ERROR | Sabit |
public static const ERROR:int = 8
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Designates error events that might still allow the application to continue running.
FATAL | Sabit |
public static const FATAL:int = 1000
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Designates events that are very harmful and will eventually lead to application failure.
INFO | Sabit |
public static const INFO:int = 4
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Designates informational messages that highlight the progress of the application at coarse-grained level.
WARN | Sabit |
public static const WARN:int = 6
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Designates events that could be harmful to the application operation.
Tue Jun 12 2018, 01:09 PM Z