| Package | Description |
|---|---|
| net.i2p |
Core I2P package providing fundamental interfaces, version information, and entry points to essential I2P services.
|
| net.i2p.util |
Core utility classes and helper functions used throughout the I2P 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 | Method and Description |
|---|---|
void |
I2PAppContext.setLogManager(LogManager logManager)
Overwrites the LogManager instance to be used by the router.
|
| 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) |