sfi.director.application.FrontendLogger Class Reference

Inheritance diagram for sfi.director.application.FrontendLogger:

sfi.director.util.Logger List of all members.

Detailed Description

Logger used in conjunction with FrontendInterface.

This logger logs nothing until startRecord() is called. After that any subsequent log messages will be buffered internally until stopRecord() is called and stopRecord() will return a list of record messages to the caller.


Public Member Functions

 FrontendLogger (Object key)
Logger createLogger (Object key)
void startRecord ()
 Start recording of log messages.
String stopRecord ()
 Stop recording of log messages and return a string containing log messages recorded so far.

Protected Member Functions

void iLog (LogEntry le)

Package Attributes

StringBuffer recorded = null


Constructor & Destructor Documentation

sfi.director.application.FrontendLogger.FrontendLogger Object  key  ) 
 


Member Function Documentation

Logger sfi.director.application.FrontendLogger.createLogger Object  key  ) 
 

Reimplemented from sfi.director.util.Logger.

void sfi.director.application.FrontendLogger.iLog LogEntry  le  )  [protected]
 

Reimplemented from sfi.director.util.Logger.

void sfi.director.application.FrontendLogger.startRecord  ) 
 

Start recording of log messages.

String sfi.director.application.FrontendLogger.stopRecord  ) 
 

Stop recording of log messages and return a string containing log messages recorded so far.

The String contains one log message per line each preceeded by the word "LOG " and the format of the rest of the line being compatible with LogEntry.LogEntry( String ).


Member Data Documentation

StringBuffer sfi.director.application.FrontendLogger.recorded = null [package]
 


The documentation for this class was generated from the following file:
Generated on Sat Feb 11 01:20:02 2012 for Node Director by  doxygen 1.4.5