X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=man%2Fsd-journal.xml;fp=man%2Fsd-journal.xml;h=0485458535c16e5942914b95329fab1c954bc4fd;hb=a8eedf4953d379dc09ee2b04e69a0a54ba247a02;hp=0000000000000000000000000000000000000000;hpb=12355095821fc17529af5b6eaefa31c3c520be39;p=elogind.git diff --git a/man/sd-journal.xml b/man/sd-journal.xml new file mode 100644 index 000000000..048545853 --- /dev/null +++ b/man/sd-journal.xml @@ -0,0 +1,125 @@ + + + + + + + + + sd-journal + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + sd-journal + 7 + + + + sd-journal + APIs for submitting and querying log entries to and from the Journal + + + + + #include <systemd/sd-journal.h> + + + + pkg-config --cflags --libs libsystemd-journal + + + + + + Description + + sd-journal.h provides APIs + to submit and query log entries. The APIs exposed act + both as client for the + systemd-journald.service8 + journal service and as parser for the journal files + on disk. + + + See + sd_journal_print3, + sd_journal_stream_fd3, + sd_journal_open3, + sd_journal_next3, + sd_journal_get_realtime_usec3, + sd_journal_add_match3, + sd_journal_seek_head3, + sd_journal_get_cursor3, + sd_journal_cutoff_realtime_usec3 + and + sd_journal_get_fd3 + for more information about the functions + implemented. + + Command line access for submitting entries to + the journal is available with the + systemd-cat1 + tool. Command line access for querying entries from + the journal is available with the + journalctl1 + tool. + + + + Notes + + These APIs are implemented as shared library, + which can be compiled and linked to with the + libsystemd-journal + pkg-config1 + file. + + + + See Also + + systemd1, + sd_journal_print3, + sd_journal_stream_fd3, + sd_journal_open3, + sd_journal_next3, + sd_journal_get_realtime_usec3, + sd_journal_add_match3, + sd_journal_seek_head3, + sd_journal_get_cursor3, + sd_journal_cutoff_realtime_usec3, + journalctl1, + sd-id1287, + pkg-config1 + + + +