|
The logger utility provides a method for adding one-line entries to the system log file from the command line. One or more message arguments can be given
on the command line, in which case each is logged immediately. If message is unspecified, either the file indicated with -f or the standard input is added to the
log. Otherwise, a filename can be specified, in which case each line in the file is logged. If neither is specified, logger reads and logs messages on a line-by-line
basis from the standard input.
|