server/src/log.pkg
Enno Rehling e27bde06ac bindings for error logging, phase 1.
better error reporting for json parse errors.
2014-06-13 13:02:03 -07:00

9 lines
165 B
Text

$#include <util/log.h>
module eressea {
module log {
void log_error @ error(const char *message);
void log_warning @ warning(const char *message);
}
}