# Functions
DeductNanos returns unix nano from arbitrary time integer, deducting resolution by range.
# Constants
ISO8601Millis time format with millisecond precision.
# Structs
GenericJSONParser can parse generic json into [Line].
Line represents single parsed line that can be converted to [logstorage.Record].
LogFmtParser parses logfmt lines.
ZapDevelopmentParser parses zap's development mode lines.
# Interfaces
Parser parses logs.