Module: VMwareWebService::Logging

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.included(other) ⇒ Object



14
15
16
# File 'lib/VMwareWebService/logging.rb', line 14

def self.included(other)
  other.extend(ClassMethods)
end

Instance Method Details

#loggerObject



24
25
26
# File 'lib/VMwareWebService/logging.rb', line 24

def logger
  self.class.logger
end