Inheritance diagram for sfi.director.application.FrontendLogger:

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 |
|
|
|
|
|
Reimplemented from sfi.director.util.Logger. |
|
|
Reimplemented from sfi.director.util.Logger. |
|
|
Start recording of log messages.
|
|
|
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 ). |
|
|
|
1.4.5