module ManageIQ::Messaging

Constants

VERSION

Attributes

logger[W]

Public Class Methods

logger() click to toggle source
# File lib/manageiq/messaging.rb, line 17
def self.logger
  @logger ||= NullLogger.new
end