public interface LogWriter
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the log.
|
void |
writeRecord(LogRecord entry)
Write a log entry.
|
void writeRecord(LogRecord entry) throws LogException
entry
- The entry to write.LogException
- If there is a problem writing the log.void close()