Packagecom.maclema.logging
Classpublic class Logger
InheritanceLogger Inheritance Object

Provides logging for asSQl



Public Properties
 PropertyDefined By
  ALL : int = 0
[static]
Logger
  DEBUG : int = 4
[static]
Logger
  ERROR : int = 8
[static]
Logger
  FATAL : int = 16
[static]
Logger
  INFO : int = 2
[static]
Logger
  level : int
[static] The current logging level.
Logger
  NONE : int = 1000
[static]
Logger
Property Detail
ALLproperty
public static var ALL:int = 0

DEBUGproperty 
public static var DEBUG:int = 4

ERRORproperty 
public static var ERROR:int = 8

FATALproperty 
public static var FATAL:int = 16

INFOproperty 
public static var INFO:int = 2

levelproperty 
public static var level:int

The current logging level. Default is NONE.

NONEproperty 
public static var NONE:int = 1000