Class: EventSource::EventStore::HTTP::Log

Inherits:
Log
  • Object
show all
Defined in:
lib/event_source/event_store/http/log.rb

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



5
6
7
8
9
10
# File 'lib/event_source/event_store/http/log.rb', line 5

def tag!(tags)
  tags << :event_source_event_store_http
  tags << :event_store
  tags << :library
  tags << :verbose
end