LogEntry

wvc.LogEntry

Represents a single log entry emitted by the log service.

Index

Properties

Properties

wvc.LogEntry.level
level: LogLevel

Severity level of the log entry.

wvc.LogEntry.message
message: string

Human-readable log message.

wvc.LogEntry.timestamp
timestamp: Date

Timestamp at which the log entry was created.

wvc.LogEntry.context

optional

context: Record

Optional structured context attached to the log entry.