Sha256: 5fae8b12f08f226855e9d20313006d851b1996591d173418570e3561ff2b36f0
Contents?: true
Size: 254 Bytes
Versions: 28
Compression:
Stored size: 254 Bytes
Contents
module AchClient class Logging # A log provider that does nothing. class NullLogProvider < LogProvider # Does absolutely nothing with the log info def self.send_logs(*) # Do nothing nil end end end end
Version data entries
28 entries across 28 versions & 1 rubygems