public interface MessageLogger
void
log(String message)
log(Throwable t, String message)
void log(String message) throws IOException
IOException
void log(Throwable t, String message) throws IOException