PixlibDebug

Kind of class:class
Inherits from:none
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.log.PixlibDebug
File last modified:Wednesday, 31 October 2007, 07:35:29
PixlibDebug defines specific channel filter for logging API.

PixlibDebug is used for Pixlib internal messages.

If you want to retreive all Pixlib messages, you have to register a
LogListener for PixlibDebug.channel channel.

Example

Logger.getInstance().addLogListener( SosTracer.getInstance(), PixlibDebug.channel );

Summary

Class properties
Instance methods

Class properties

channel

static channel:LogChannel = new LogChannel( ClassUtils.getFullyQualifiedClassName( new PixlibDebug() ) )
(read,write)

isOn

static isOn:Boolean = true
(read,write)

Class methods

DEBUG

static function DEBUG (
) : Void

ERROR

static function ERROR (
) : Void

FATAL

static function FATAL (
) : Void

INFO

static function INFO (
) : Void

WARN

static function WARN (
) : Void

Instance methods

toString

function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance