Defines Fever and Pixlib internal logging channel.
All Fever logging messages and Pixlib'ones are dispatched in this log channel.
Sets the isOn property to true to enable internal logging messages. ( default false ).
true
false
static public isOn:Boolean
static public channel:LogChannel
static public function DEBUG(o):Void
Dispatches a DEBUG message
DEBUG
static public function INFO(o):Void
Dispatches a INFO message
INFO
static public function WARN(o):Void
Dispatches a WARN message
WARN
static public function ERROR(o):Void
Dispatches a ERROR message
ERROR
static public function FATAL(o):Void
Dispatches a FATAL message
FATAL
static public function LOG(o, level:LogLevel):Void
Dispatches a custom level message