public class SimpleLogFile extends java.lang.Object implements MessageLogger
| Constructor and Description |
|---|
SimpleLogFile(java.io.File file) |
SimpleLogFile(java.io.File file,
java.lang.String enc) |
public SimpleLogFile(java.io.File file,
java.lang.String enc)
throws java.io.UnsupportedEncodingException,
java.io.IOException
java.io.UnsupportedEncodingExceptionjava.io.IOExceptionpublic SimpleLogFile(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic void log(java.lang.String message)
throws java.io.IOException
log in interface MessageLoggerjava.io.IOExceptionpublic void log(java.lang.Throwable t,
java.lang.String message)
throws java.io.IOException
log in interface MessageLoggerjava.io.IOExceptionpublic void close()
public void finalize()
finalize in class java.lang.Object