Package net.i2p.util

Class LogManager

java.lang.Object
net.i2p.util.LogManager
All Implemented Interfaces:
Flushable

public class LogManager
extends Object
implements Flushable
Manages the logging system, loading (and reloading) the configuration file, coordinating the log limits, and storing the set of log records pending. This also fires off a LogWriter thread that pulls pending records off and writes them where appropriate.