Module: UltraMarathon::Logging

Extended by:
ActiveSupport::Concern
Included in:
AbstractRunner, SubContext, SubRunner
Defined in:
lib/ultra_marathon/logging.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#loggerObject

Private Instance Methods



11
12
13
# File 'lib/ultra_marathon/logging.rb', line 11

def logger
  @logger ||= self.class.logger_class.new
end