Uses of Class
net.i2p.util.LogManager

Packages that use LogManager
net.i2p   
net.i2p.util   
 

Uses of LogManager in net.i2p
 

Methods in net.i2p that return LogManager
 LogManager I2PAppContext.logManager()
          Query the log manager for this context, which may in turn have its own set of configuration settings (loaded from the context's properties).
 

Uses of LogManager in net.i2p.util
 

Methods in net.i2p.util with parameters of type LogManager
static java.lang.String LogRecordFormatter.formatRecord(LogManager manager, LogRecord rec)
           
 

Constructors in net.i2p.util with parameters of type LogManager
Log(LogManager manager, java.lang.Class cls)
           
Log(LogManager manager, java.lang.Class cls, java.lang.String name)
           
Log(LogManager manager, java.lang.String name)
           
LogWriter(LogManager manager)