public class SimpleLogFile extends Object implements MessageLogger
Constructor and Description |
---|
SimpleLogFile(File file) |
SimpleLogFile(File file,
String enc) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
finalize() |
void |
log(String message) |
void |
log(Throwable t,
String message) |
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()
Copyright © 2018 com.mchange. All rights reserved.