openlog(3) [freebsd man page] - UNIX
https://www.unix.com/man-page/freebsd/3/openlogopenlog (3) [freebsd man page] The syslog () function writes message to the system message logger. The message is then written to the system console, log files, logged-in users, or forwarded to other machines as appropriate. (See syslogd (8) .) The message is identical to a printf (3) format string, except that '%m' is replaced by the current ...
man openlog (1): control system log
manpages.org › openlogThe openlog () function shall set process attributes that affect subsequent calls to syslog (). The ident argument is a string that is prepended to every message. The logopt argument indicates logging options. Values for logopt are constructed by a bitwise-inclusive OR of zero or more of the following: LOG_PID Log the process ID with each message.
man openlog (1): control system log
https://manpages.org/openlogman openlog (1): The syslog() function shall send a message to an implementation-defined logging facility, which may log it in an implementation-defined system log, write it to the system console, forward it to a list of users, or forward it to the logging facility on ano
openlog(3) [freebsd man page] - UNIX
www.unix.com › man-page › freebsdopenlog (3) [freebsd man page] The syslog () function writes message to the system message logger. The message is then written to the system console, log files, logged-in users, or forwarded to other machines as appropriate. (See syslogd (8) .) The message is identical to a printf (3) format string, except that '%m' is replaced by the current ...
man page openlog section 3
manpagez.com › man › 3LOG_INFO Informational messages. LOG_DEBUG Messages that contain information normally of use only when debugging a program. The openlog() function provides for more specialized processing of the messages sent by syslog() and vsyslog(). The parameter ident is a string that will be prepended to every message.