Codebase list logbook / 9af17e1 docs / api / ticketing.rst
9af17e1

Tree @9af17e1 (Download .tar.gz)

ticketing.rst @9af17e1raw · history · blame

Ticketing Support
=================

This documents the support classes for ticketing.  With ticketing handlers
log records are categorized by location and for every emitted log record a
count is added.  That way you know how often certain messages are
triggered, at what times and when the last occurrence was.

.. module:: logbook.ticketing

.. autoclass:: TicketingBaseHandler
   :members:

.. autoclass:: TicketingHandler
   :members:

.. autoclass:: BackendBase
   :members:

.. autoclass:: SQLAlchemyBackend

.. autoclass:: MongoDBBackend