Node:Logging and Diagnostic Functions, Next:, Previous:Manipulating the Sieve Machine, Up:Library Description



Logging and Diagnostic Functions

void sieve_error (sieve_machine_t mach, const char *fmt, ...) Function
Format and output an error message using error printer of the machine mach.

void sieve_debug (sieve_machine_t mach, const char *fmt, ...) Function
Format and output a debug message using debug printer of the machine mach.

void sieve_log_action (sieve_machine_t mach, const char *action, const char *fmt, ...) Function
Log a sieve action using logger function associated with the machine mach.

void sieve_abort (sieve_machine_t mach) Function
Immediately abort the execution of the script.