Packagemx.logging
Classpublic final class LogEventLevel
InheritanceLogEventLevel Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Static class containing constants for use in the level property.



Public Constants
 ConstantDefined By
  ALL : int = 0
[static] Tells a target to process all messages.
LogEventLevel
  DEBUG : int = 2
[static] Designates informational level messages that are fine grained and most helpful when debugging an application.
LogEventLevel
  ERROR : int = 8
[static] Designates error events that might still allow the application to continue running.
LogEventLevel
  FATAL : int = 1000
[static] Designates events that are very harmful and will eventually lead to application failure.
LogEventLevel
  INFO : int = 4
[static] Designates informational messages that highlight the progress of the application at coarse-grained level.
LogEventLevel
  WARN : int = 6
[static] Designates events that could be harmful to the application operation.
LogEventLevel
Constant Detail
ALLConstant
public static const ALL:int = 0

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Tells a target to process all messages.

DEBUGConstant 
public static const DEBUG:int = 2

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Designates informational level messages that are fine grained and most helpful when debugging an application.

ERRORConstant 
public static const ERROR:int = 8

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Designates error events that might still allow the application to continue running.

FATALConstant 
public static const FATAL:int = 1000

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Designates events that are very harmful and will eventually lead to application failure.

INFOConstant 
public static const INFO:int = 4

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Designates informational messages that highlight the progress of the application at coarse-grained level.

WARNConstant 
public static const WARN:int = 6

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Designates events that could be harmful to the application operation.