log-*

Synopsis

(log-err)

(log-wrn)

(log-ntc)

(log-inf)

(log-dbg)

Parameters

Optional

Description

This set of procedures send a log message to both the logging queue of the interpreter and the syslog() logging system of the host OS. The syntax accepts any number of parameters as writeln does. If stdin and stdout are both an interactive terminal, the priority is colored as in the example below (the logging queue entries are displayed just before every prompt of top-level REP loop).

Side Effects

Return Value

unspecified (ok)

Example

log-example.png