Uses of Class
net.i2p.util.LogManager
Packages that use 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
Methods in net.i2p that return LogManagerModifier 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).Methods in net.i2p with parameters of type LogManagerModifier and TypeMethodDescriptionvoid
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 LogManagerMethods in net.i2p.util with parameters of type LogManagerModifier 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) Constructors in net.i2p.util with parameters of type LogManagerModifierConstructorDescriptionFileLogWriter
(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)