Schema.Struct<{
readonly date: Schema.String
readonly level: Schema.Literals<
readonly [
"All",
"Fatal",
"Error",
"Warn",
"Info",
"Debug",
"Trace",
"None"
]
>
readonly message: Schema.String
readonly cause: Schema.optional<Schema.String>
readonly annotations: Schema.$Record<Schema.String, Schema.String>
readonly spans: Schema.$Array<Schema.String>
}>Log entry wire schema — alias of LogEntrySchema. Per-resource logs use Hyperlink.logs.
Source src/Process.ts:15491 lines
export const const processLogEntry: anyLog entry wire schema — alias of
LogEntrySchema
. Per-resource logs use
Hyperlink.logs
.
processLogEntry = import LogEntrySchemaLogEntrySchema;