Uses of Class
net.i2p.util.LogManager
Package | Description |
---|---|
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 Modifier and Type Method Description 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).Methods in net.i2p with parameters of type LogManager Modifier and Type Method Description void
I2PAppContext. setLogManager(LogManager logManager)
Overwrites the LogManager instance to be used by the router. -
Uses of LogManager in net.i2p.util
Fields in net.i2p.util declared as LogManager Modifier and Type Field Description protected LogManager
LogWriter. _manager
Methods in net.i2p.util with parameters of type LogManager Modifier and Type Method Description 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 Constructor Description FileLogWriter(LogManager manager)
Log(LogManager manager, Class<?> cls)
Log(LogManager manager, Class<?> cls, String name)
Log(LogManager manager, String name)
LogWriter(LogManager manager)