Class fever.log.FeverDebug

Description

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 ).

Field Index

channel, isOn

Method Index

DEBUG(), ERROR(), FATAL(), INFO(), LOG(), WARN()

Field Detail

isOn

static public isOn:Boolean
Enables or disables Fever / Pixlib debugging. (default is false)

channel

static public channel:LogChannel
Specific log channel for frameworks.

Method Detail

DEBUG

static public function DEBUG(o):Void

Dispatches a DEBUG message

INFO

static public function INFO(o):Void

Dispatches a INFO message

WARN

static public function WARN(o):Void

Dispatches a WARN message

ERROR

static public function ERROR(o):Void

Dispatches a ERROR message

FATAL

static public function FATAL(o):Void

Dispatches a FATAL message

LOG

static public function LOG(o, level:LogLevel):Void

Dispatches a custom level message