Module: Gallus::Logging::ClassMethods

Defined in:
lib/gallus/logging.rb

Instance Method Summary collapse

Instance Method Details

#logObject



30
31
32
# File 'lib/gallus/logging.rb', line 30

def log
  @log ||= ::Gallus::Log.configure(self.name)
end