PixlibDebug
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.log |
| Inherits from: | none |
| Implements: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.log.PixlibDebug |
| File last modified: | Monday, 24 November 2008, 11:36:47 |
Summary
Constructor
- PixlibDebug (constructorAccess:ConstructorAccess)
Class properties
- CHANNEL : EventChannel
- isOn : Boolean
Class methods
Instance methods
- debug (o:*) : void
- info (o:*) : void
- warn (o:*) : void
- error (o:*) : void
- fatal (o:*) : void
- getChannel : EventChannel
- isOn : Boolean
- on : void
- off : void
Constructor
PixlibDebug
Class properties
CHANNEL
isOn
public static isOn:Boolean
(read,write)
Class methods
DEBUG
public static function DEBUG (
o:*) : void
ERROR
public static function ERROR (
o:*) : void
FATAL
public static function FATAL (
o:*) : void
getInstance
INFO
public static function INFO (
o:*) : void
WARN
public static function WARN (
o:*) : void