module VagrantPlugins::Bindler::Logging
Public Instance Methods
bindler_debug(msg)
click to toggle source
# File lib/bindler/logging.rb, line 4 def bindler_debug(msg) @logger.debug "[BINDLER] #{msg}" end
bindler_info(msg)
click to toggle source
# File lib/bindler/logging.rb, line 8 def bindler_info(msg) @logger.info "[BINDLER] #{msg}" end