SENDLOG

Description

Used to write a log from shell scripts

Command

sendlog [-h] -l <log id> -m <message> [--priority <priority>] [--service <service>]
Options: 
  -h [ --help ]         Display this message.
  -m [ --message ] arg  the message to send to the log
  -p [ --program ] arg   the name of the program sending the log
  -l [ --log id ] arg   the id of the log to send the message to
  --priority arg   the priority of the log message
  --service arg   the service used to send the log

Results

Example