Class fever.conf.ConfDebug

Description

Defines specific logging channel for configuration process.

Sets the isOn property to true to enable 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 configuration 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