Packagenet.user1.reactor.ui
Classpublic class LogPane
InheritanceLogPane Inheritance mx.containers.VBox

Since : ReactorGUI

Displays Reactor log messages in an auto-scrolling text field.

See also

DebugPanel


Public Methods
 MethodDefined By
  
LogPane
  
dispose():void
Disposes of the resources used by this object, preparing it for garbage collection.
LogPane
  
setLog(log:Logger):void
Specifies the Logger object whose messages this LogPane will display
LogPane
Constructor Description
LogPane()Constructor
public function LogPane()



Method Descriptions
dispose()method
public function dispose():void

Since : ReactorGUI 1.0.0

Disposes of the resources used by this object, preparing it for garbage collection.

setLog()method 
public function setLog(log:Logger):void

Since : ReactorGUI 1.0.0

Specifies the Logger object whose messages this LogPane will display

Parameters

log:Logger