Uses of Class
net.i2p.util.LogRecord
Package
Description
These classes define the several useful utilities used
throughout the router and applications.
-
Uses of LogRecord in net.i2p.util
Modifier and TypeMethodDescription(package private) void
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 void
FileLogWriter.writeRecord
(LogRecord rec, String formatted) protected abstract void
LogWriter.writeRecord
(LogRecord rec, String formatted) Write the provided LogRecord to the writer.