chiark / gitweb /
9d627ce3ed8f5c13175b6ca0c21b089159fda8e4
[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:: _Journal
17    :undoc-members:
18    :inherited-members:
19
20 .. autoclass:: Journal
21    :undoc-members:
22    :inherited-members:
23
24    .. automethod:: __init__
25
26 .. autoattribute:: systemd.journal.DEFAULT_CONVERTERS
27
28 Whence constants
29 ~~~~~~~~~~~~~~~~
30
31 .. autoattribute:: systemd.journal.SEEK_SET
32 .. autoattribute:: systemd.journal.SEEK_CUR
33 .. autoattribute:: systemd.journal.SEEK_END
34
35 Journal access types
36 ~~~~~~~~~~~~~~~~~~~~
37
38 .. autoattribute:: systemd.journal.LOCAL_ONLY
39 .. autoattribute:: systemd.journal.RUNTIME_ONLY
40 .. autoattribute:: systemd.journal.SYSTEM_ONLY
41
42 Journal event types
43 ~~~~~~~~~~~~~~~~~~~
44
45 .. autoattribute:: systemd.journal.NOP
46 .. autoattribute:: systemd.journal.APPEND
47 .. autoattribute:: systemd.journal.INVALIDATE