Class: TopologicalInventory::Providers::Common::Logger

Inherits:
ManageIQ::Loggers::CloudWatch
  • Object
show all
Defined in:
lib/topological_inventory/providers/common/logging.rb

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



35
36
37
# File 'lib/topological_inventory/providers/common/logging.rb', line 35

def self.new(*args)
  super.tap { |logger| logger.extend(TopologicalInventory::Providers::Common::LoggingFunctions) }
end