LsstLogAdapter
==============

.. currentmodule:: lsst.utils.logging

.. autoclass:: LsstLogAdapter
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~LsstLogAdapter.CRITICAL
      ~LsstLogAdapter.DEBUG
      ~LsstLogAdapter.ERROR
      ~LsstLogAdapter.FATAL
      ~LsstLogAdapter.INFO
      ~LsstLogAdapter.TRACE
      ~LsstLogAdapter.VERBOSE
      ~LsstLogAdapter.WARN
      ~LsstLogAdapter.WARNING
      ~LsstLogAdapter.handlers
      ~LsstLogAdapter.level
      ~LsstLogAdapter.manager
      ~LsstLogAdapter.name

   .. rubric:: Methods Summary

   .. autosummary::

      ~LsstLogAdapter.addHandler
      ~LsstLogAdapter.critical
      ~LsstLogAdapter.debug
      ~LsstLogAdapter.debugf
      ~LsstLogAdapter.error
      ~LsstLogAdapter.errorf
      ~LsstLogAdapter.exception
      ~LsstLogAdapter.fatal
      ~LsstLogAdapter.fatalf
      ~LsstLogAdapter.getChild
      ~LsstLogAdapter.getEffectiveLevel
      ~LsstLogAdapter.getLevel
      ~LsstLogAdapter.getName
      ~LsstLogAdapter.hasHandlers
      ~LsstLogAdapter.info
      ~LsstLogAdapter.infof
      ~LsstLogAdapter.isDebugEnabled
      ~LsstLogAdapter.isEnabledFor
      ~LsstLogAdapter.log
      ~LsstLogAdapter.process
      ~LsstLogAdapter.removeHandler
      ~LsstLogAdapter.setLevel
      ~LsstLogAdapter.temporary_log_level
      ~LsstLogAdapter.trace
      ~LsstLogAdapter.tracef
      ~LsstLogAdapter.verbose
      ~LsstLogAdapter.warn
      ~LsstLogAdapter.warnf
      ~LsstLogAdapter.warning

   .. rubric:: Attributes Documentation

   .. autoattribute:: CRITICAL
   .. autoattribute:: DEBUG
   .. autoattribute:: ERROR
   .. autoattribute:: FATAL
   .. autoattribute:: INFO
   .. autoattribute:: TRACE
   .. autoattribute:: VERBOSE
   .. autoattribute:: WARN
   .. autoattribute:: WARNING
   .. autoattribute:: handlers
   .. autoattribute:: level
   .. autoattribute:: manager
   .. autoattribute:: name

   .. rubric:: Methods Documentation

   .. automethod:: addHandler
   .. automethod:: critical
   .. automethod:: debug
   .. automethod:: debugf
   .. automethod:: error
   .. automethod:: errorf
   .. automethod:: exception
   .. automethod:: fatal
   .. automethod:: fatalf
   .. automethod:: getChild
   .. automethod:: getEffectiveLevel
   .. automethod:: getLevel
   .. automethod:: getName
   .. automethod:: hasHandlers
   .. automethod:: info
   .. automethod:: infof
   .. automethod:: isDebugEnabled
   .. automethod:: isEnabledFor
   .. automethod:: log
   .. automethod:: process
   .. automethod:: removeHandler
   .. automethod:: setLevel
   .. automethod:: temporary_log_level
   .. automethod:: trace
   .. automethod:: tracef
   .. automethod:: verbose
   .. automethod:: warn
   .. automethod:: warnf
   .. automethod:: warning