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

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
registerLogger(logger:Logger):void
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.