|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogRecord | |
---|---|
net.i2p.util | These classes define the several useful utilities used throughout the router and applications. |
Uses of LogRecord in net.i2p.util |
---|
Methods in net.i2p.util that return types with arguments of type LogRecord | |
---|---|
(package private) Queue<LogRecord> |
LogManager.getQueue()
Zero-copy. |
Methods in net.i2p.util with parameters of type LogRecord | |
---|---|
(package private) void |
LogManager.addRecord(LogRecord record)
Used by Log to add records to the queue. |
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)
|
protected abstract void |
LogWriterBase.writeRecord(LogRecord rec,
String formatted)
Write the provided LogRecord to the writer. |
protected void |
LogWriter.writeRecord(LogRecord rec,
String formatted)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |