Uses of Class
net.i2p.util.LogManager

Packages that use LogManager
net.i2p Core I2P package, contains information about the I2P version and an entry point to access important elements. 
net.i2p.util These classes define the several useful utilities used throughout the router and applications. 
 

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 String LogRecordFormatter.formatRecord(LogManager manager, LogRecord rec)
           
(package private) static String LogRecordFormatter.formatRecord(LogManager manager, LogRecord rec, boolean showDate)
           
static String LogRecordFormatter.getWhen(LogManager manager, LogRecord logRecord)
           
 

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