Class fever.log.AppDebug

Description

Defines specific logging channel can be used to log message to user when application running.

Usually don't use it to log debug, error and fatal message, but just for basic informations.

Field Index

channel, isOn

Method Index

LOG()

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

LOG

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

Dispatches a custom level message