# Packages
No description provided by the author
# Functions
GetLogFile returns an hp tail for a container given options.
NewLogLine creates a logLine struct from a container log string.
# Constants
ANSIEscapeResetCode is a code that resets all colors and text effects.
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.