# Functions
NewTailer starts a Tailer which reads strings from the passed ReadSeeker line by line.
SeekLastLines sets the read position of the ReadSeeker to the wanted number of filtered lines before the end.
# Type aliases
TailerFilterFunc decides if a line shall be tailed (func is nil or returns true) of shall be omitted (func returns false).