public class SimpleLogFile extends Object implements MessageLogger
Constructor and Description |
---|
SimpleLogFile(File file) |
SimpleLogFile(File file,
String enc) |
public SimpleLogFile(File file, String enc) throws UnsupportedEncodingException, IOException
public SimpleLogFile(File file) throws IOException
IOException
public void log(String message) throws IOException
log
in interface MessageLogger
IOException
public void log(Throwable t, String message) throws IOException
log
in interface MessageLogger
IOException
public void close()