file: job.t package: muf status: alpha
The ]rootLogPrint
operator is just like ]print
except that
the caller must be root and the result is written to the logfile if any
(--logfile
on commandline) instead of being returned as a string.
There is also a muf:]logPrint
function intended to be called by
non-root users: If .muq%s.allowUserLogging
is non-nil
, this
will also write to the logfile. Otherwise, it silently does nothing.
See section rootLogString.
Go to the first, previous, next, last section, table of contents.