module DataAnon::Utils::Logging
Public Instance Methods
Source
# File lib/utils/logging.rb, line 8 def logger @@utils_logger ||= (self.logger = Logger.new(STDOUT) ) end
Source
# File lib/utils/logging.rb, line 12 def logger= logger @@utils_logger = logger ActiveRecord::Base.logger = logger @@utils_logger end