Output API functions

int pure_logfile_printf (char *format, ...)

Prints output from the program to the log file if set.

int pure_printf (char *format, ...)

Prints output from the program to the log file. If not set, output goes to stderr.