Class: Log::FileReader::Filter
- Inherits:
-
Object
- Object
- Log::FileReader::Filter
- Defined in:
- lib/log/filereader.rb
Defined Under Namespace
Modules: EndDate, Find, Grep, NoFind, NoGrep, NoneOfLevels, OneOfLevels, StartDate
Constant Summary collapse
- Types =
{ :grep => Grep, :no_grep => NoGrep, :find => Find, :no_find => NoFind, :start_date => StartDate, :end_date => EndDate, :one_of_levels => OneOfLevels, :none_of_levels => NoneOfLevels, }
Instance Method Summary collapse
-
#initialize(type, *args) ⇒ Filter
constructor
A new instance of Filter.