Sha256: 0a59ad739e275f144d12769ba3bc0dfa8a707fd1221e8fc204ccdf91fac08537
Contents?: true
Size: 359 Bytes
Versions: 18
Compression:
Stored size: 359 Bytes
Contents
module Lumber # Include this module to add a logger accessible from both class and instance methods. # A logger heirarchy will be created if the class including this module is nested module LoggerSupport def self.included(receiver) Lumber.setup_logger_hierarchy(receiver.name, "#{Lumber::BASE_LOGGER}::#{receiver.name}") end end end
Version data entries
18 entries across 18 versions & 1 rubygems