Module: VagrantPlugins::Bindler::Logging
- Included in:
- PluginCommand::Bundle, PluginCommand::List
- Defined in:
- lib/bindler/logging.rb
Instance Method Summary collapse
Instance Method Details
#bindler_debug(msg) ⇒ Object
4 5 6 |
# File 'lib/bindler/logging.rb', line 4 def bindler_debug(msg) @logger.debug "[BINDLER] #{msg}" end |