Du lette etter:

man openlog

openlog: control system log - Linux Man Pages (3p)
https://www.systutorials.com › docs
The openlog() function shall set process attributes that affect subsequent calls to syslog(). The ident argument is a string that is prepended to every message.
openlog(3p) - Linux manual page - man7.org
https://man7.org › linux › man3
OPENLOG(3P) POSIX Programmer's Manual OPENLOG(3P) ... to have been introduced during the conversion of the source files to man page format.
syslog(3): send messages to system logger - Linux man page
https://linux.die.net/man/3/syslog
openlog() opens a connection to the system logger for a program. The string pointed to by ident is prepended to every message, and is typically set to the program name. If ident is NULL, the program name is used. (POSIX.1-2008 does not specify the behavior when ident is NULL.)
man openlog (3): отправка сообщений в службу
https://ru.manpages.org/openlog/3
man openlog (3): Функция closelog() закрывает файловый дескриптор, использованный для записи в службу журналирования. Использование closelog() не обязательно. Функция openlog() открывает для программы соединение со службой ...
man openlog (1): control system log
https://manpages.org/openlog
man 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 (The GNU C Library)
https://www.gnu.org › html_node
openlog opens or reopens a connection to Syslog in preparation for submitting messages. ident is an arbitrary identification string which future syslog ...
man page openlog section 3
manpagez.com › man › 3
LOG_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.
openlog(3) [freebsd man page] - UNIX
www.unix.com › man-page › freebsd
openlog (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 ...
openlog • man page - helpmanual.io
https://helpmanual.io › man3 › ope...
closelog, openlog, syslog, vsyslog - send messages to the system logger. ... This page is part of release 4.04 of the Linux man-pages project.
MAN openlog (3) Библиотечные вызовы (FreeBSD и Linux)
https://www.opennet.ru › man › to...
openlog (3) ( FreeBSD man: Библиотечные вызовы ); >> openlog (3) ( Русские ... closelog, openlog, syslog - сообщения программе, ведущей системный журнал ...
openlog(3) - FreeBSD
https://www.freebsd.org › cgi › man
SYSLOG(3) BSD Library Functions Manual SYSLOG(3) NAME syslog, vsyslog, openlog, closelog, setlogmask -- control system log LIBRARY Standard C Library (libc, ...
openlog(3p) - Linux manual page - Michael Kerrisk
www.man7.org › linux › man-pages
OPENLOG(3P) POSIX Programmer's Manual OPENLOG(3P) PROLOG top This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.
openlog(3): send messages to system logger - Linux man page
https://linux.die.net › man › openlog
openlog() opens a connection to the system logger for a program. The string pointed to by ident is prepended to every message, and is typically set to the .
openlog(3) [freebsd man page] - UNIX
https://www.unix.com/man-page/freebsd/3/openlog
openlog (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 › openlog
The 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.
syslog(3) - Linux manual page - Michael Kerrisk
https://www.man7.org/linux/man-pages/man3/syslog.3.html
openlog () openlog () opens a connection to the system logger for a program. The string pointed to by ident is prepended to every message, and is typically set to the program name. If ident is NULL, the program name is used. (POSIX.1-2008 does not specify the behavior when ident is NULL.) The option argument specifies flags which control the ...
man openlog (3): Envoyer un message de journalisation
https://fr.manpages.org › openlog
man openlog (3): closelog() ferme le descripteur utilisé pour la journalisation. L'utilisation de closelog() est facultative. openlog() ouvre une connexion ...
openlog - Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 ...
https://nixdoc.net › openlog.3.html
OpenBSD Manual Page for: openlog (3) -- control system log. ... man pages->OpenBSD man pages -> openlog (3). Title. Content. Arch. Section.
openlog - man pages section 3: Basic Library Functions
https://docs.oracle.com › html › op...
syslog , openlog , closelog , setlogmask - control system log The syslog() function sends a message to syslogd (8) , which, depending on the ...