Module: TivoHMO::LoggingConcern

Extended by:
ActiveSupport::Concern
Defined in:
lib/tivohmo/logging.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#loggerObject



36
37
38
# File 'lib/tivohmo/logging.rb', line 36

def logger
  Logging.logger[self.class]
end