Packagech.capi.utils.logging
Interfacepublic interface ILogHandler
Implementors TextFieldHandler, TraceHandler

A LogHandler processing the logging information (send it into a file, append it to a TextField, ...)

See also

Logger


Public Methods
 MethodDefined By
  
log(level:int, text:String, methodPath:String = null):void
Process the log information.
ILogHandler
Method Detail
log()method
public function log(level:int, text:String, methodPath:String = null):void

Process the log information.

Parameters

level:int — The logging level.
 
text:String — The text to log.
 
methodPath:String (default = null) — The method complete name.