Method: DICOM::Logging#logger

Defined in:
lib/dicom/general/logging.rb

#loggerProxyLogger

A logger object getter. Forwards the call to the logger class method of the Logging module.

Returns:

  • (ProxyLogger)

    the logger class variable



147
148
149
# File 'lib/dicom/general/logging.rb', line 147

def logger
  self.class.logger
end