Class: Dynect::Logger

Inherits:
Logger
  • Object
show all
Defined in:
lib/dynect4r.rb

Instance Method Summary collapse

Instance Method Details

#<<(msg) ⇒ Object

override << operator to control rest_client logging see github.com/archiloque/rest-client/issues/issue/34/



168
169
170
# File 'lib/dynect4r.rb', line 168

def << (msg)
  debug(msg.strip)
end