Module: Mqlight::Logging

Included in:
BlockingClient, Delivery, Malformed, SecureEndPoint, SecureSocket, Service, UnsecureEndPoint
Defined in:
lib/mqlight/logging.rb

Overview

Internal class that handles logging

Defined Under Namespace

Classes: MqlightLogger

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.loggerObject



28
29
30
# File 'lib/mqlight/logging.rb', line 28

def self.logger
  @logger ||= MqlightLogger.new(STDERR)
end

Instance Method Details

#loggerObject



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

def logger
  Logging.logger
end