Class LogWriter

java.lang.Object
java.io.Writer
com.mckoi.util.LogWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class LogWriter extends Writer
A Writer that writes information to a log file that archives old log entries when it goes above a certain size.
Author:
Tobias Downer