# Functions
Extend returns a channel that will return log entries extended with passed extenders list.
# Structs
StaticDataExtender adds data specified in the Data field to passed log entry.
SystemDataExtender adds system specific data to passed log entry.
# Interfaces
Extender is type used to extend log data with additional data.
# Type aliases
Entry represents one scraped log line in flat key-value store.