Module: Gallus::Logging::ClassMethods

Defined in:
lib/gallus/logging.rb

Instance Method Summary collapse

Instance Method Details

#logObject



12
13
14
# File 'lib/gallus/logging.rb', line 12

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