Packageru.andrewskorik.prrelib.log
Classpublic class LogEventLevel

класс с константами уровней лога



Public Methods
 MethodDefined by
  
LogEventLevel
Public Constants
 ConstantDefined by
  ALL : int = 0
[static]
LogEventLevel
  DEBUG : int = 10
[static]
LogEventLevel
  ERROR : int = 10000
[static]
LogEventLevel
  FATAL : int = 100000
[static]
LogEventLevel
  INFO : int = 100
[static]
LogEventLevel
  WARN : int = 1000
[static]
LogEventLevel
Constructor detail
LogEventLevel()constructor
public function LogEventLevel()
Constant detail
ALLconstant
public static const ALL:int = 0
DEBUGconstant 
public static const DEBUG:int = 10
ERRORconstant 
public static const ERROR:int = 10000
FATALconstant 
public static const FATAL:int = 100000
INFOconstant 
public static const INFO:int = 100
WARNconstant 
public static const WARN:int = 1000