Packageorg.swizframework.utils.logging
Classpublic class SwizLogEventLevel
InheritanceSwizLogEventLevel Inheritance Object



Public Methods
 MethodDefined By
  
SwizLogEventLevel
Public Constants
 ConstantDefined By
  ALL : int = 0
[static]
SwizLogEventLevel
  DEBUG : int = 2
[static]
SwizLogEventLevel
  ERROR : int = 8
[static]
SwizLogEventLevel
  FATAL : int = 1000
[static]
SwizLogEventLevel
  INFO : int = 4
[static]
SwizLogEventLevel
  WARN : int = 6
[static]
SwizLogEventLevel
Constructor Detail
SwizLogEventLevel()Constructor
public function SwizLogEventLevel()



Constant Detail
ALLConstant
public static const ALL:int = 0

DEBUGConstant 
public static const DEBUG:int = 2

ERRORConstant 
public static const ERROR:int = 8

FATALConstant 
public static const FATAL:int = 1000

INFOConstant 
public static const INFO:int = 4

WARNConstant 
public static const WARN:int = 6