Skip to content

Commit

Permalink
Merge pull request #907 from dmitriy-serdyuk/fix-log-doc
Browse files Browse the repository at this point in the history
Add API sections for two log backends
  • Loading branch information
rizar committed Nov 5, 2015
2 parents 414519d + 7576bcc commit 05fea66
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/api/log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,26 @@
Logging
=======

Log has two different backends configurable in ``.blocksrc``,
see :doc:`../configuration`.

.. automodule:: blocks.log
:members:
:undoc-members:
:show-inheritance:

Dictionary backend
------------------

.. automodule:: blocks.log.log
:members:
:undoc-members:
:show-inheritance:

Sqlite backend
--------------

.. automodule:: blocks.log.sqlite
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 05fea66

Please sign in to comment.