# Functions
ReadLogs reads in the logs from the logPath.
# Constants
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.
Stderr is the stream type for stderr.
Stdout is the stream type for stdout.
# Structs
LogOptions is the options you can use for logs.
# Type aliases
LogStreamType is the type of the stream in CRI container log.
LogTag is the tag of a log line in CRI container log.