# Packages
Package logstream provides an interface and implementations of log source streaming.
# Functions
LogPatternPollWaker triggers polls on the filesystem for new logs that match the log glob patterns.
LogstreamPollWaker wakes idle logstreams.
New creates a new Tailer.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OneShot puts the tailer in one-shot mode, where sources are read once from the start and then closed.
# Structs
Tailer polls the filesystem for log sources that match given `LogPathPatterns` and creates `LogStream`s to tail them.
# Interfaces
Option configures a new Tailer.
# Type aliases
IgnoreRegex sets the regular expression to use to filter away pathnames that match the LogPatterns glob.
LogPatterns sets the glob patterns to use to match pathnames.