Class: AchClient::Logging::NullLogProvider

Inherits:
LogProvider
  • Object
show all
Defined in:
lib/ach_client/logging/log_providers/null_log_provider.rb

Overview

A log provider that does nothing.

Class Method Summary collapse

Class Method Details

.send_logsObject

Does absolutely nothing with the log info



8
9
10
11
# File 'lib/ach_client/logging/log_providers/null_log_provider.rb', line 8

def self.send_logs(*)
  # Do nothing
  nil
end