Class fvaswing.utils.FvAsWingDebug

Description

Defines FvAsWing logging channel.

Sets the isOn property to true to enable internal logging messages. ( default false ).

Usually used for FvAsWing development debugging only.

Field Index

channel, isOn

Method Index

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

Field Detail

isOn

static public isOn:Boolean
Enables or disables 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