Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.logging 
LogEventLevel 
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 Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
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

ALL

Constant
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.

DEBUG

Constant 
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.

ERROR

Constant 
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.

FATAL

Constant 
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.

INFO

Constant 
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.

WARN

Constant 
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.