package
3.4.7
Repository: https://github.com/containers/podman.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetLogFile returns an hp tail for a container given options.
NewJournaldLogLine creates a LogLine from the specified line from journald.
NewLogLine creates a logLine struct from a container log string.

# Constants

FullLogType signifies a log line is full.
LogTimeFormat is the time format used in the log.
PartialLogType signifies a log line that exceeded the buffer length and needed to spill into a new line.

# Structs

LogLine describes the information for each line of a log.
LogOptions is the options you can use for logs.