Packagede.flamelab.log
Classpublic class LogWriterFirebug
InheritanceLogWriterFirebug Inheritance AbstractLogWriter Inheritance flash.events.EventDispatcher

Concrete writer class for logging messages to the Firebug console of a the Firefox browser. Works only with Flex applications running in a Firefox browser.



Public Methods
 MethodDefined by
  
Empty constructor, no configuration necessary
LogWriterFirebug
 Inherited
addFilter(filter:ILogFilter):void
Add a filter to writer's filter list.
AbstractLogWriter
 Inherited
filter(event:LogEvent):Boolean
Filter log data with applied filters.
AbstractLogWriter
 Inherited
format(event:LogEvent):String
Format output by formatter.
AbstractLogWriter
 Inherited
getEnabled():Boolean
Get enabled state of writer
AbstractLogWriter
 Inherited
log(event:LogEvent):void
Log given log event according to writers implementation.
AbstractLogWriter
 Inherited
setEnabled(state:Boolean):void
Enable or disable writer.
AbstractLogWriter
 Inherited
setFormatter(formatter:ILogFormatter):void
Set formatter instance for writer.
AbstractLogWriter
  
shutdown():void
Concrete implementation of the shutdown function defined by abstract class
LogWriterFirebug
  
write(event:LogEvent):void
Concrete implementation of the writer method defined by abstract class
LogWriterFirebug
Constructor detail
LogWriterFirebug()constructor
public function LogWriterFirebug()

Empty constructor, no configuration necessary

Method detail
shutdown()method
public override function shutdown():void

Concrete implementation of the shutdown function defined by abstract class

write()method 
public override function write(event:LogEvent):void

Concrete implementation of the writer method defined by abstract class

Parameters
event:LogEvent — Log event containig all log related information