Package net.i2p.util

Class FileLogWriter

java.lang.Object
net.i2p.util.LogWriter
net.i2p.util.FileLogWriter
All Implemented Interfaces:
Runnable

class FileLogWriter
extends LogWriter
File-based log writer thread that pulls log records from the LogManager, writes them to the current logfile, and rotates the logs as necessary.
Since:
0.9.26 moved from LogWriter