Packagech.capi.utils.logging
Classpublic class TraceHandler
InheritanceTraceHandler Inheritance Object
Implements ILogHandler



Public Methods
 MethodDefined By
  
Creates a new TraceLogger object.
TraceHandler
  
log(level:int, text:String, methodPath:String = null):void
Process the log information.
TraceHandler
Constructor Detail
TraceHandler()Constructor
public function TraceHandler()

Creates a new TraceLogger object.

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.