Module: Axn::Core::AutomaticLogging::ClassMethods

Defined in:
lib/axn/core/automatic_logging.rb

Instance Method Summary collapse

Instance Method Details

#log_calls(level) ⇒ Object



17
18
19
# File 'lib/axn/core/automatic_logging.rb', line 17

def log_calls(level)
  self.log_calls_level = level.presence
end

#log_errors(level) ⇒ Object



21
22
23
# File 'lib/axn/core/automatic_logging.rb', line 21

def log_errors(level)
  self.log_errors_level = level.presence
end