Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 591 Bytes

File metadata and controls

27 lines (15 loc) · 591 Bytes

AnalysisLogEntry

Properties

Name Type Description Notes
level LevelEnum Severity
source String Component that emitted the line
text String Log line text
timestamp OffsetDateTime When the line was emitted (UTC)

Enum: LevelEnum

Name Value
INFO "INFO"
WARN "WARN"
ERROR "ERROR"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"