Class: VagrantLogger
- Inherits:
-
Log4r::Logger
- Object
- Log4r::Logger
- VagrantLogger
- 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
84 85 86 |
# File 'lib/vagrant.rb', line 84 def << msg debug(msg.strip) end |