Logging functions in cfengine 3
Developers will find two functions:
CfOut
The output function outputs text if the current output level encompasses
the declared level of the message. This function replaces CfLog in cfengine 2 and
uses a variable argument syntax, like printf, to simplify code.
Note that the logging levels are renamed cf_error instead of cferror etc. These
should not be confused.
cfPS
The promise PostScript function.
This function not only does everything that CfOut does, but also passed data to the
auditing system and sets return classes based on the outcome.
Mark Burgess
Last modified: Mon Jun 2 21:01:47 CEST 2008