package
0.0.0-20240824191012-88a86774cfd1
Repository: https://github.com/macoscontainers/moby.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewLogFile creates new LogFile.
ParseLogTag generates a context aware tag for consistency across different log drivers based on the context of the running container.
# Constants
DefaultTemplate defines the defaults template logger should use.
# Interfaces
Decoder is for reading logs It is created by the log reader by calling the `MakeDecoderFunc`.
SizeReaderAt defines a ReaderAt that also reports its size.
# Type aliases
GetTailReaderFunc is used to truncate a reader to only read as much as is required in order to get the passed in number of log lines.
MakeDecoderFn creates a decoder.