Class: Consumer::Log

Inherits:
Log
  • Object
show all
Includes:
Log::Dependency
Defined in:
lib/consumer/log.rb

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



5
6
7
8
9
# File 'lib/consumer/log.rb', line 5

def tag!(tags)
  tags << :consumer
  tags << :library
  tags << :verbose
end