Expand description
Console formatter — logcat-style single-line human-readable output.
Format: MM-DD HH:MM:SS.sss L tag msg
Level is a single character (D/I/W/E). Tag is padded to 24 characters
left-aligned. Timestamp is local time derived from the nanosecond
UNIX-epoch ts field.
Functions§
- format_
console - Format a
LogRecordas a logcat-style console line. - write_
console - Write a
LogRecordto stderr in console format.