com.mchange.util.impl
Class SimpleLogFile
java.lang.Object
com.mchange.util.impl.SimpleLogFile
- All Implemented Interfaces:
- MessageLogger
public class SimpleLogFile
- extends Object
- implements MessageLogger
SimpleLogFile
public SimpleLogFile(File file,
String enc)
throws UnsupportedEncodingException,
IOException
- Throws:
UnsupportedEncodingException
IOException
SimpleLogFile
public SimpleLogFile(File file)
throws IOException
- Throws:
IOException
log
public void log(String message)
throws IOException
- Specified by:
log
in interface MessageLogger
- Throws:
IOException
log
public void log(Throwable t,
String message)
throws IOException
- Specified by:
log
in interface MessageLogger
- Throws:
IOException
close
public void close()
finalize
public void finalize()
- Overrides:
finalize
in class Object