sd_journal_print.3 | sd_journal_print.3 | |||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
followed by a format string and its parameters, similar to printf(3) or | followed by a format string and its parameters, similar to printf(3) or | |||
syslog(3). The priority value is one of LOG_EMERG, LOG_ALERT, LOG_CR IT, | syslog(3). The priority value is one of LOG_EMERG, LOG_ALERT, LOG_CR IT, | |||
LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO, LOG_DEBUG, as defined in | LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO, LOG_DEBUG, as defined in | |||
syslog.h, see syslog(3) for details. It is recommended to use this c all | syslog.h, see syslog(3) for details. It is recommended to use this c all | |||
to submit log messages in the application locale or system locale an d | to submit log messages in the application locale or system locale an d | |||
in UTF-8 format, but no such restrictions are enforced. | in UTF-8 format, but no such restrictions are enforced. | |||
sd_journal_printv() is similar to sd_journal_print() but takes a | sd_journal_printv() is similar to sd_journal_print() but takes a | |||
variable argument list encapsulated in an object of type va_list (se e | variable argument list encapsulated in an object of type va_list (se e | |||
stdarg(3) for more information) instead of the format string. It is | stdarg(3) for more information) instead of the format string. It is | |||
otherwise equivalent in behaviour. | otherwise equivalent in behavior. | |||
sd_journal_send() may be used to submit structured log entries to th e | sd_journal_send() may be used to submit structured log entries to th e | |||
system journal. It takes a series of format strings, each immediatel y | system journal. It takes a series of format strings, each immediatel y | |||
followed by their associated parameters, terminated by NULL. The | followed by their associated parameters, terminated by NULL. The | |||
strings passed should be of the format VARIABLE=value. The variable | strings passed should be of the format VARIABLE=value. The variable | |||
name must be in uppercase and consist only of characters, numbers an d | name must be in uppercase and consist only of characters, numbers an d | |||
underscores, and may not begin with an underscore. (All assignments | underscores, and may not begin with an underscore. (All assignments | |||
that do not follow this syntax will be ignored.) The value can be of | that do not follow this syntax will be ignored.) The value can be of | |||
any size and format. It is highly recommended to submit text strings | any size and format. It is highly recommended to submit text strings | |||
formatted in the UTF-8 character encoding only, and submit binary | formatted in the UTF-8 character encoding only, and submit binary | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |