Ë
    5¸f™  ã                   ó   — d dl Z d„ Zd„ Zy)é    Nc                  ó6   — t        j                  dt        «      S )zËreturns a fixture to make logging raise formatting exceptions.

    To use::

      from oslo_log import fixture as log_fixture

      self.useFixture(log_fixture.get_logging_handle_error_fixture())
    zlogging.Handler.handleError)ÚfixturesÚMonkeyPatchÚ_handleError© ó    ú@/usr/lib/python3/dist-packages/oslo_log/fixture/logging_error.pyÚ get_logging_handle_error_fixturer
      s   € ô ×ÑÐ =Ü ,ó.ð .r   c                  ó   — ‚ )zªMonkey patch for logging.Handler.handleError.

    The default handleError just logs the error to stderr but we want
    the option of actually raising an exception.
    r   )ÚselfÚrecords     r	   r   r      s   € ð 
r   )r   r
   r   r   r   r	   ú<module>r      s   ðó ò
.ó
r   