class Log4r::BasicFormatter

Update the default formatter within the log4r library to ensure sensitive values are being properly scrubbed from logger data

Public Instance Methods

format_object(obj) click to toggle source
# File lib/vagrant.rb, line 13
def format_object(obj)
  Vagrant::Util::CredentialScrubber.desensitize(vagrant_format_object(obj))
end
Also aliased as: vagrant_format_object
vagrant_format_object(obj)
Alias for: format_object