command_runner/commands/log/log_ui library

Functions

logLevelOf(LogRecord record) String
structuredLogRecord(LogRecord record, {required bool raw}) Map<String, Object?>
Returns the record as a map for structured output. A JSON object or list in LogRecord.content is emitted as a value, not as a string, unless raw is set.
summarizeLogContent(String content) String