MultiLogReader
Inherits Reference < Object
Constants
PIPE = Channel::Buffered(String).new
VERSION = "0.1.2"
Constructors
new(log_files : Enumerable(String))
Sourcenew(*log_files)
SourceClass methods
missing_all
Sourcemissing_file(path : String)
Sourceon_missing_all=(proc : Proc(Void))
Sourceon_missing_file=(proc : Proc(String, Void))
SourceInstance methods
each
Sourcemissing_all?
Sourcestart_checking_file_existence
Sourcestart_reading
Source