LOGGER(TC) UNIX System V
Name
logger - make entries in the system log
Syntax
logger [ -t tag ] [ -p pri ] [ -i ] [ -f file ] [ message
... ]
Description
Logger provides a program interface to the syslog(3) system
log module.
A message can be given on the command line, which is logged
immediately, or a file is read and each line is logged.
Examples
logger System rebooted
logger -p local0.notice -t OPER -f /tmp/msg
See Also
syslog(SFF), syslogd(ADMN).
(printed 8/17/89) LOGGER(TC)