From e6d3929b119dfd10cd83a932cc3337ffb9a04b97 Mon Sep 17 00:00:00 2001 From: yaworsky Date: Mon, 17 Oct 2005 19:22:16 +0000 Subject: Added to CVS. --- doc/src/logger.xml | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 doc/src/logger.xml (limited to 'doc/src/logger.xml') diff --git a/doc/src/logger.xml b/doc/src/logger.xml new file mode 100644 index 0000000..af7d735 --- /dev/null +++ b/doc/src/logger.xml @@ -0,0 +1,103 @@ + + + + logger + + + + logger + 1 + + + + logger + a shell command interface to the syslog daemon + + + + + logger +-ffile +-i +-ppri +-s +-ttag + + + + + Description + +Logger makes entries in the system log. +It provides a shell command interface to the syslog daemon. + + + + + Options + + + + +file + + + +Log the specified file. + + + + + + + + + +Log the process id of the logger process with each line. + + + + + +pri + + + +Enter the message with the specified priority. +The priority may be specified numerically or as a +facility.level pair. +For example, logs the message(s) +as informational level in the local3 facility. +The default is user.notice. + + + + + +tag + + + +Mark every line in the log with the specified tag. + + + + + + +The logger utility exits 0 on success, and >0 if an error occurs. + + +Valid facility names are: auth, authpriv (for security information of +a sensitive nature), cron, daemon, ftp, kern, lpr, mail, news, security +(deprecated synonym for auth), syslog, user, uucp, and local0 to local7, +inclusive. + + +Valid level names are: alert, crit, debug, emerg, err, error (deprecated +synonym for err), info, notice, panic (deprecated synonym for emerg), +warning, warn (deprecated synonym for warning). + + + + -- cgit v1.2.3