X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_journal_print.xml;h=dfe99192e7e7a28e5fd7b61532a8d4cd4aabf702;hp=c40498b38a318e57d4945929dd5f20d1321d2ba0;hb=29283ea4cf5df20aa0ea9e24e3cb7035bf4c4a04;hpb=a8eedf4953d379dc09ee2b04e69a0a54ba247a02 diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml index c40498b38..dfe99192e 100644 --- a/man/sd_journal_print.xml +++ b/man/sd_journal_print.xml @@ -47,6 +47,7 @@ sd_journal_printv sd_journal_send sd_journal_sendv + SD_JOURNAL_SUPPRESS_LOCATION Submit log entries to the journal @@ -122,7 +123,7 @@ used to submit structured log entries to the system journal. It takes a series of format strings, each immediately followed by their associated parameters, - terminated by a NULL. The strings passed should be of + terminated by NULL. The strings passed should be of the format VARIABLE=value. The variable name must be in uppercase and consist only of characters, numbers and underscores, and may not @@ -150,7 +151,7 @@ journal where that is necessary. Note that sd_journal_send() - is a wapper around + is a wrapper around sd_journal_sendv() to make it easier to use when only text strings shall be submitted. Also, the following two calls are @@ -168,6 +169,23 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( not desired it can be turned off by defining SD_JOURNAL_SUPPRESS_LOCATION before including sd-journal.h. + + syslog3 + and and sd_journal_print() may + largely be used interchangeably + functionality-wise. However, note that log messages + logged via the former take a different path to the + journal server than the later, and hence global + chronological ordering between the two streams cannot + be guaranteed. Using + sd_journal_print() has the + benefit of logging source code line, file names, and + functions as meta data along all entries, and + guaranteeing chronological ordering with structured + log entries that are generated via + sd_journal_send(). Using + syslog() has the benefit of being + more portable. @@ -196,7 +214,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid( systemd1, - sd-journal7, + sd-journal3, sd_journal_stream_fd3, syslog3, systemd.journal-fields7