Uses of Class
net.i2p.util.LogRecord
Packages that use LogRecord
Package
Description
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 LogRecordMethods in net.i2p.util with parameters of type LogRecordModifier and TypeMethodDescription(package private) voidUsed by Log to add records to the queue.static StringLogRecordFormatter.formatRecord(LogManager manager, LogRecord rec) (package private) static StringLogRecordFormatter.formatRecord(LogManager manager, LogRecord rec, boolean showDate) static StringLogRecordFormatter.getWhen(LogManager manager, LogRecord logRecord) protected voidFileLogWriter.writeRecord(LogRecord rec, String formatted) protected abstract voidLogWriter.writeRecord(LogRecord rec, String formatted) Write the provided LogRecord to the writer.