#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "dmxparse.h"
Functions | |
void | dmxConfigLog (const char *format,...) |
Because the DMX configuration file parsing should be capable of being used in a stand-alone fashion (i.e., independent from the DMX server source tree), no dependencies on other DMX routines are made.
|
A general error logging routine that does not depend on the dmxLog functions. |