NAME
saflogger - write log record to log stream
SYNOPSIS
saflogger [OPTIONS] [message ...]
DESCRIPTION
saflogger is a SAF LOG client used to write a log record into a
specified log stream.
OPTIONS
-h, --help
this help
-l, --alarm
write to alarm stream
-n, --notification
write to notification stream
-y, --system
write to system stream (default)
-a NAME, --application=NAME
write to application stream NAME
-s SEV, --severity=SEV
use severity SEV, default INFO
-i INT, --interval=INT
write with interval INT (only with --count, default 1s)
-c CNT, --count=CNT
write CNT number of times, -1 forever (with interval INT) valid
severity names: emerg, alert, crit, error, warn, notice, info
AUTHOR
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
This manual page was written by Troy Heber <troyh@debian.org> for the
Debian GNU/Linux system (but may be used by others).