Method: DICOM::Logging#logger
- Defined in:
- lib/dicom/general/logging.rb
#logger ⇒ ProxyLogger
A logger object getter. Forwards the call to the logger class method of the Logging module.
147 148 149 |
# File 'lib/dicom/general/logging.rb', line 147 def logger self.class.logger end |