| 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_manager. |
| Modifier and Type | Method and Description |
|---|---|
static String | LogRecordFormatter.formatRecord(LogManager manager,
LogRecord rec)Format a log record per manager settings. |
(package private) static String | LogRecordFormatter.formatRecord(LogManager manager,
LogRecord rec,
boolean showDate) |
static String | LogRecordFormatter.getWhen(LogManager manager,
LogRecord logRecord)Format the record timestamp. |
| Constructor and Description |
|---|
FileLogWriter(LogManager manager)FileLogWriter. |
Log(LogManager manager,
Class<?> cls)Log |
Log(LogManager manager,
Class<?> cls,
String name)Log |
Log(LogManager manager,
String name)Log |
LogWriter(LogManager manager)Creates a new LogWriter |