| Package | Description |
|---|---|
| net.i2p.util | Core utility classes and helper functions used throughout the I2P router and applications. |
| Modifier and Type | Method and Description |
|---|---|
(package private) Queue<LogRecord> | LogManager.getQueue()Zero-copy. |
| Modifier and Type | Method and Description |
|---|---|
(package private) void | LogManager.addRecord(LogRecord record)Used by Log to add records to the queue. |
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. |
protected abstract void | LogWriter.writeRecord(LogRecord rec,
String formatted)Write the provided LogRecord to the writer. |
protected void | FileLogWriter.writeRecord(LogRecord rec,
String formatted)writeRecord. |