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/



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

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