com.mchange.util
Interface MessageLogger
- All Known Subinterfaces:
- FailSuppressedMessageLogger, RobustMessageLogger
- All Known Implementing Classes:
- FSMessageLoggerAdapter, SimpleLogFile
public interface MessageLogger
|
Method Summary |
void |
log(java.lang.String message)
|
void |
log(java.lang.Throwable t,
java.lang.String message)
|
log
void log(java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException
log
void log(java.lang.Throwable t,
java.lang.String message)
throws java.io.IOException
- Throws:
java.io.IOException