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.contentis emitted as a value, not as a string, unlessrawis set. -
summarizeLogContent(
String content) → String