class

MultiLogReader

Inherits Reference < Object

Constants

PIPE = Channel::Buffered(String).new
VERSION = "0.1.2"

Constructors

new(log_files : Enumerable(String))
Source
new(*log_files)
Source

Class methods

missing_all
Source
missing_file(path : String)
Source
on_missing_all=(proc : Proc(Void))
Source
on_missing_file=(proc : Proc(String, Void))
Source

Instance methods

each
Source
missing_all?
Source
start_checking_file_existence
Source
start_reading
Source

Nested types