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.
|
Modifier and Type | Method and 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).
|
Modifier and Type | Field and Description |
---|---|
protected LogManager |
LogWriter._manager |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
FileLogWriter(LogManager manager) |
Log(LogManager manager,
Class<?> cls) |
Log(LogManager manager,
Class<?> cls,
String name) |
Log(LogManager manager,
String name) |
LogWriter(LogManager manager) |