# Functions
ParseLevel parses level from the text value.
ParseLogEntriesFromReader reads the input and parses all logs.
ParseLogEntry parses a single log entry from the json line.
# Constants
Possible log levels.
Possible log levels.
Possible log levels.
Possible log levels.
Possible log levels.
Possible log levels.
Possible log levels.
Possible log levels.
# Structs
LazyLogEntry holds unredenred LogEntry.
LogEntry is a single partly-parse record of the log.
# Interfaces
Input returns the getter of read-closer for the given input source.
# Type aliases
LazyLogEntries is a helper type definition for the slice of lazy log entries.
Level of the logs entity.