Class: VagrantLogger

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

Overview

NOTE: We must do this little hack to allow rest-client to write using the << operator. See https://github.com/rest-client/rest-client/issues/34#issuecomment-290858 for more information

Instance Method Summary collapse

Instance Method Details

#<<(msg) ⇒ Object



60
61
62
# File 'lib/vagrant.rb', line 60

def << msg
  debug(msg.strip)
end