TaskLogAdapter
==============

.. currentmodule:: lsst.pipe.base

.. autoclass:: TaskLogAdapter
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

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

   .. rubric:: Methods Summary

   .. autosummary::

      ~TaskLogAdapter.addHandler
      ~TaskLogAdapter.critical
      ~TaskLogAdapter.debug
      ~TaskLogAdapter.debugf
      ~TaskLogAdapter.error
      ~TaskLogAdapter.errorf
      ~TaskLogAdapter.exception
      ~TaskLogAdapter.fatal
      ~TaskLogAdapter.fatalf
      ~TaskLogAdapter.getChild
      ~TaskLogAdapter.getEffectiveLevel
      ~TaskLogAdapter.getLevel
      ~TaskLogAdapter.getName
      ~TaskLogAdapter.hasHandlers
      ~TaskLogAdapter.info
      ~TaskLogAdapter.infof
      ~TaskLogAdapter.isDebugEnabled
      ~TaskLogAdapter.isEnabledFor
      ~TaskLogAdapter.log
      ~TaskLogAdapter.process
      ~TaskLogAdapter.removeHandler
      ~TaskLogAdapter.setLevel
      ~TaskLogAdapter.temporary_log_level
      ~TaskLogAdapter.trace
      ~TaskLogAdapter.tracef
      ~TaskLogAdapter.verbose
      ~TaskLogAdapter.warn
      ~TaskLogAdapter.warnf
      ~TaskLogAdapter.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