Skip to main content

Module logs

Module logs 

Source
Expand description

Structured container and execution log types.

Provides a unified LogEntry type for all log sources (containers, jobs, builds, daemon) with timestamps, stream identification, and source metadata.

Structs§

FileLogWriter
Writes structured log entries to a JSONL file on disk.
LogEntry
A single structured log entry from any source.
LogQuery
Query filter for reading logs.
MemoryLogWriter
In-memory ring buffer for log entries with a configurable capacity.

Enums§

LogSource
Identifies where a log entry originated.
LogStream
Output stream identifier.