Module: VMwareWebService::Logging
- Included in:
- MiqHostDatastoreSystem, MiqVimCluster, MiqVimDataStore, MiqVimEventHistoryCollector, MiqVimEventMonitor, MiqVimFolder, MiqVimHost, MiqVimPerfHistory, MiqVimVm, VimService, VixDiskLib
- Defined in:
- lib/VMwareWebService/logging.rb
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
#logger ⇒ Object
24 25 26 |
# File 'lib/VMwareWebService/logging.rb', line 24 def logger self.class.logger end |