Uses of Class
net.i2p.util.LogManager
Package
Description
Core I2P package, contains information about the I2P version and an entry point to access important elements.
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of LogManager in net.i2p
Modifier and TypeMethodDescriptionI2PAppContext.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).Modifier and TypeMethodDescriptionvoid
I2PAppContext.setLogManager
(LogManager logManager) Overwrites the LogManager instance to be used by the router. -
Uses of LogManager in net.i2p.util
Modifier and TypeMethodDescriptionstatic 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) ModifierConstructorDescriptionFileLogWriter
(LogManager manager) (package private)
Log
(LogManager manager, Class<?> cls) (package private)
Log
(LogManager manager, Class<?> cls, String name) (package private)
Log
(LogManager manager, String name) LogWriter
(LogManager manager)