Fixes to logging system.

This commit is contained in:
Markus Kauppila 2011-07-18 16:37:02 +03:00
parent 6e2972bd81
commit 6ab0dd4945
7 changed files with 31 additions and 12 deletions

View file

@ -51,7 +51,7 @@ typedef void (*AssertWithValuesFp)(const char *assertName, int assertResult,
typedef void (*AssertSummaryFp)(int numAsserts, int numAssertsFailed,
int numAssertsPass, time_t eventTime);
typedef void (*LogFp)(const char *logMessage, time_t eventTime);
typedef void (*LogFp)(time_t eventTime, char *fmt, ...);
/*! Function pointers to actual logging function implementations */