chiark / gitweb /
systemd-python: split .seek() into .seek_head() and .seek_tail()
[elogind.git] / src / python-systemd / docs / journal.rst
1 `systemd.journal` module
2 ========================
3
4 .. automodule:: systemd.journal
5    :members: send, sendv, stream, stream_fd
6    :undoc-members:
7
8 `JournalHandler` class
9 ----------------------
10
11 .. autoclass:: JournalHandler
12
13 Accessing the Journal
14 ---------------------
15
16 .. autoclass:: _Reader
17    :undoc-members:
18    :inherited-members:
19
20 .. autoclass:: Reader
21    :undoc-members:
22    :inherited-members:
23
24    .. automethod:: __init__
25
26 .. autoclass:: Monotonic
27
28 .. autoattribute:: systemd.journal.DEFAULT_CONVERTERS
29
30
31
32 Journal access types
33 ~~~~~~~~~~~~~~~~~~~~
34
35 .. autoattribute:: systemd.journal.LOCAL_ONLY
36 .. autoattribute:: systemd.journal.RUNTIME_ONLY
37 .. autoattribute:: systemd.journal.SYSTEM_ONLY
38
39 Journal event types
40 ~~~~~~~~~~~~~~~~~~~
41
42 .. autoattribute:: systemd.journal.NOP
43 .. autoattribute:: systemd.journal.APPEND
44 .. autoattribute:: systemd.journal.INVALIDATE