Packageorg.spicefactory.lib.logging.impl
Classpublic class TraceAppender
InheritanceTraceAppender Inheritance AbstractAppender Inheritance Object

Appender implementation that uses the trace function of the Flash Player for all log output.



Public Properties
 PropertyDefined By
 Inheritedthreshold : LogLevel
The threshold level for this Appender.
AbstractAppender
Public Methods
 MethodDefined By
  
Creates a new instance.
TraceAppender
 Inherited
Registers the specified Logger with this Appender.
AbstractAppender
Protected Methods
 MethodDefined By
 Inherited
Invoked whenever a Logger instance registered with this Appender fires a LogEvent.
AbstractAppender
 Inherited
isBelowThreshold(level:LogLevel):Boolean
Checks whether the specified LogLevel is below the threshold of this Appender.
AbstractAppender
Constructor Detail
TraceAppender()Constructor
public function TraceAppender()

Creates a new instance.