# Functions
No description provided by the author
Exec's `journalctl` with the provided arguments and hooks it up to the given stdout/stderr streams.
No description provided by the author
No description provided by the author
Validates the given LogViewOptions, loads the logging config for the given container and returns a ContainerLogViewer.
No description provided by the author
No description provided by the author
LoadLogConfig loads the log-config.json for the afferrent container store.
LogConfigFilePath returns the path of log-config.json.
Main is the entrypoint for the containerd runtime v2 logging plugin mode.
ParseCRILog parses logs in CRI log format.
ReadLogs read the container log and redirect into stdout and stderr.
No description provided by the author
Registers a LogViewerFunc for the.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
LogTagDelimiter is the delimiter for different log tags.
LogTagFull means the line is a single full line or the end of multiple lines.
LogTagPartial means the line is part of multiple lines.
MagicArgv1 is the magic argv1 for the containerd runtime v2 logging plugin mode.
No description provided by the author
No description provided by the author
Stderr is the stream type for stderr.
Stdout is the stream type for stdout.
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Implements functionality for loading the logging configuration and fetching/outputting container logs based on its internal LogViewOptions.
No description provided by the author
No description provided by the author
No description provided by the author
LogConfig is marshalled as "log-config.json".
Set of options passable to log viewers.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
LogStreamType is the type of the stream in CRI container log.
LogTag is the tag of a log line in CRI container log.
Type alias for functions which write out logs to the provided stdout/stderr Writers.