# Functions

New will create a new log entry with current timestamp and an empty body.
NewAttributeField will creat a new attribute field from a key.
NewBodyField creates a new field from an ordered array of keys.
No description provided by the author
NewNilField will create a new nil field.
NewResourceField will creat a new resource field from a key.

# Constants

No description provided by the author
Begin is the beginning state of a field split.
No description provided by the author
A debugging event.
No description provided by the author
No description provided by the author
No description provided by the author
Default indicates an unknown severity.
An error event.
No description provided by the author
No description provided by the author
No description provided by the author
An error event.
No description provided by the author
No description provided by the author
No description provided by the author
InBracket is the state of a field split inside a bracket.
An informational event.
No description provided by the author
No description provided by the author
No description provided by the author
InQuote is the state of a field split inside a quote.
InUnbracketedToken is the state field split on any token outside brackets.
OutBracket is the state of a field split outside a bracket.
OutQuote is the state of a field split outside a quote.
No description provided by the author
A fine-grained debugging event.
No description provided by the author
No description provided by the author
No description provided by the author
A warning event.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AttributeField is the path to an entry attribute.
BodyField is a field found on an entry body.
Entry
Entry is a flexible representation of log data associated with a timestamp.
Field represents a potential field on an entry.
NilField is a struct that implements Field, but does nothing for all its operations.
ResourceField is the path to an entry resource.

# Interfaces

FieldInterface is a field on an entry.

# Type aliases

Severity indicates the seriousness of a log entry.