/* $Cambridge: hermes/src/mailchk/log.h,v 1.1 2003/08/10 22:27:44 dpc22 Exp $ */

void
log_set_debug(BOOL value);

void
log_set_background(BOOL value);

void
log_debug(char *fmt, ...);

void
log_misc(char *fmt, ...);

void
log_fatal(char *fmt, ...);
