makes finding entries easy. Examples:
.IP
.nf
-\fB logger --journald <<end
+\fB logger \-\-journald <<end
\fB MESSAGE_ID=67feb6ffbaf24c5cbec13c008dd72309
\fB MESSAGE=The dogs bark, but the caravan goes on.
\fB DOGS=bark
\fB CARAVAN=goes on
\fB end
.IP
-\fB logger --journald=entry.txt
+\fB logger \-\-journald=entry.txt
.fi
.IP
Notice that
execution of
.B journalctl
will display MESSAGE field. Use
-.B journalctl --output json-pretty
+.B journalctl \-\-output json-pretty
to see rest of the fields.
.TP
.BR \-\-msgid " \fImsgid
\fIvalue\fR are required and must be escaped on the command line.
.IP
.nf
-\fB logger --rfc5424 --sd-id zoo@123 \\
-\fB --sd-param tiger=\\"hungry\\" \\
-\fB --sd-param zebra=\\"running\\" \\
-\fB --sd-id manager@123 \\
-\fB --sd-param onMeeting=\\"yes\\" \\
+\fB logger \-\-rfc5424 \-\-sd-id zoo@123 \\
+\fB \-\-sd-param tiger=\\"hungry\\" \\
+\fB \-\-sd-param zebra=\\"running\\" \\
+\fB \-\-sd-id manager@123 \\
+\fB \-\-sd-param onMeeting=\\"yes\\" \\
\fB "this is message"
.fi
.IP