Debug

Kind of class:class
Inherits from:none
Author:[ali_o_kan] - Laurent Deketelaere
Classpath:debug.Debug
File last modified:Saturday, 22 December 2007, 17:33:32
Classe de Debug propre à l'application.
Contient son propre channel, ce qui permet de s'abonner uniquement à ces logs sans recevoir les autres.

Summary


Class properties
Class methods
Instance methods
  • toString : String
    • Returns the string representation of this instance.

Class properties

channel

static channel:LogChannel = new LogChannel(ClassUtils.getFullyQualifiedClassName(new Debug()))
(read)

isOn

static isOn:Boolean = true
(read)

Class methods

DEBUG

static function DEBUG (
o) : Void

ERROR

static function ERROR (
o) : Void

FATAL

static function FATAL (
o) : Void

INFO

static function INFO (
o) : Void

WARN

static function WARN (
o) : Void

Instance methods

toString

function toString (
) : String

Returns the string representation of this instance.
Returns:
  • the string representation of this instance