log
Interface LogContext
- All Known Implementing Classes:
- SaleProcess, Log
- public interface LogContext
Any object that provides access to some log file through a log(log.Loggable)
method.
- Since:
- v2.0
- Version:
- 2.0 14/07/1999
- Author:
- Steffen Zschaler
Method Summary |
void |
log(Loggable l)
Logs the given data to a log file. |
log
public void log(Loggable l)
throws LogNoOutputStreamException,
IOException
- Logs the given data to a log file.
- Override:
- Always.
- Parameters:
l
- the event to be logged.- Throws:
- LogNoOutputStreamException - if no OutputStream has been
specified for the log file.
- IOException - if an IOException occurs when writing to the
log file.