Pegasus InfoCorp: Web site design and web software development company

LOGGER (1)

logger

make entries in the system log

SYNOPSIS

    logger Fl is Fl f Ar file Fl p Ar pri Fl t Ar tag Fl u Ar socket Ar message ...

DESCRIPTION

    Logger provides a shell command interface to the syslog 3 system log module.

    Options:

    -tag -width "message"

    Fl i Log the process id of the logger process with each line.

    Fl s Log the message to standard error, as well as the system log.

    Fl f Ar file Log the specified file.

    Fl p Ar pri Enter the message with the specified priority. The priority may be specified numerically or as a ``facility.level'' pair. For example, ``-p local3.info'' logs the message(s) as info Ns rmational level in the local3 facility. The default is ``user.notice.''

    Fl t Ar tag Mark every line in the log with the specified tag .

    Fl u Ar sock Write to socket as specified with socket instead of builtin syslog routines.

    -- End the argument list. This is to allow the message to start with a hyphen (-). This feature was not present in the original BSD logger command; it is a GNU-specific extra.

    Ar message Write the message to log; if not specified, and the f flag is not provided, standard input is logged.

    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).

EXAMPLES

    -literal -offset indent -compact logger System rebooted

    logger -p local0.notice -t HOSTIDM -f /dev/idmc

SEE ALSO

STANDARDS

    The logger command is expected to be -p1003.2 compatible.