Class: EventStore::HTTP::Log

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

Defined Under Namespace

Classes: Data

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



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

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