Class: EventStore::HTTP::Connect::Log

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

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



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

def tag!(tags)
  tags << :event_store_http_connect
  tags << :event_store
  tags << :verbose
end