Added identation to the output of XML logger.
This commit is contained in:
parent
2e8932b12e
commit
2a486b279b
8 changed files with 215 additions and 107 deletions
|
@ -54,7 +54,7 @@ typedef void (*AssertSummaryFp)(int numAsserts, int numAssertsFailed, int numAss
|
|||
|
||||
typedef void (*LogFp)(const char *logMessage, time_t eventTime);
|
||||
|
||||
int LogGenericOutput(const char *message, ...);
|
||||
int Output(const char *message, ...);
|
||||
|
||||
extern RunStartedFp RunStarted;
|
||||
extern RunEndedFp RunEnded;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue