Crate std_logger_parser[][src]

See the Parser type.

Structs

ParseError

Error returned by the Parser.

Parser

A struct to parse logfmt formatted logs.

Record

A parser log record.

Enums

ParseErrorKind

Error detail for ParseError.

Value

A parsed value from a key-value pair.

Functions

parse

Create a new Parser.