Sha256: e04c0bf55cd63f13a13a2c388275d085e0311aa155d2c65e014355eac7188bfd
Contents?: true
Size: 185 Bytes
Versions: 2
Compression:
Stored size: 185 Bytes
Contents
module ActiveFedora class NullLogger < Logger def initialize(*) end # allows all the usual logger method calls (warn, info, error, etc.) def add(*) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active-fedora-11.1.1 | lib/active_fedora/null_logger.rb |
active-fedora-11.1.0 | lib/active_fedora/null_logger.rb |