Method Summary |
|
public String | getDirectory() Return the directory in which we create log files. |
public String | getPrefix() Return the log file prefix. |
public String | getSuffix() Return the log file suffix. |
public boolean | getTimestamp() Return the timestamp flag. |
public void | log(String msg) Writes the specified message to a servlet log file, usually an event
log. |
public void | setDirectory(String directory) Set the directory in which we create log files. |
public void | setPrefix(String prefix) Set the log file prefix. |
public void | setSuffix(String suffix) Set the log file suffix. |
public void | setTimestamp(boolean timestamp) Set the timestamp flag. |
public void | start() Prepare for the beginning of active use of the public methods of this
component. |
public void | stop() Gracefully terminate the active use of the public methods of this
component. |