Packageorg.as3commons.logging.setup.target
Classpublic final class MonsterDebugger3LogTarget
InheritanceMonsterDebugger3LogTarget Inheritance Object
Implements ILogTarget

Since : 2.5

MonsterDebugger3LogTarget uses the log statement to address the Monster Debugger 3 console.

This target does not really add value over the MonsterDebuggerTraceTarget, hence its deprecated.

See also

org.as3commons.logging.setup.target.MonsterDebugger3TraceTarget
http://demonsterdebugger.com/asdoc/com/demonsters/debugger/MonsterDebugger.html#log()


Public Methods
 MethodDefined By
  
MonsterDebugger3LogTarget
  
log(name:String, shortName:String, level:int, timeStamp:Number, message:*, parameters:Array, person:String):void
Renders a log statement.
MonsterDebugger3LogTarget
Constructor Detail
MonsterDebugger3LogTarget()Constructor
public function MonsterDebugger3LogTarget()



Method Detail
log()method
public function log(name:String, shortName:String, level:int, timeStamp:Number, message:*, parameters:Array, person:String):void

Renders a log statement.

In version 2.5 the person information was added and the time stamp was modified to represent the local time rather than the time in gmt. Add START_TIME to get the time in ms since 1970.

Parameters

name:String — Name of the logger that triggered the log statement.
 
shortName:String — Shortened form of the name.
 
level:int — Level of the log statement that got triggered.
 
timeStamp:Number — getTimer() Timestame of when the log statement was triggered.
 
message:* — Message of the log statement.
 
parameters:Array — Parameters for the log statement.
 
person:String — Information about the person that filed this log statement.