module VMwareWebService
Constants
- VERSION
Attributes
logger[W]
Public Class Methods
logger()
click to toggle source
# File lib/VMwareWebService/logging.rb, line 6 def self.logger require "logger" @logger ||= Logger.new(nil) end