# Functions
Pipe returns a channel with log entries and writer that can be used as a data provider for given scraper.
# Structs
JSON is a scraper for logs represented as JSON objects.
LogFmt is a scraper for logs in logfmt format.
ValueFilter allows to ignore specific values during log scraping.
# Type aliases
The FilterFunc type is an adapter to allow the use of ordinary functions as scraping filters.