Module: VagrantPlugins::Vundler::Logging

Included in:
PluginCommand::Bundle, PluginCommand::List
Defined in:
lib/vundler/logging.rb

Instance Method Summary collapse

Instance Method Details

#vundler_debug(msg) ⇒ Object



4
5
6
# File 'lib/vundler/logging.rb', line 4

def vundler_debug(msg)
  @logger.debug "[VUNDLER] #{msg}"
end