Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Refining XML-output module
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Jun 19, 2011
1 parent afe1c4a commit d04c665
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 99 deletions.
19 changes: 1 addition & 18 deletions test/test-automation/logger.h
Expand Up @@ -21,23 +21,6 @@
#ifndef _LOGGER_H
#define _LOGGER_H

/*!
* Init the logger.
*/
//int LogInit();

/*!
* Quit the logger.
*/
//int LogQuit();

/*!
* Generic ouput function for the logger. Prints the
* message to stderr.
*
* \param scope Source of message (eg. suite, test, harness)
* \return non-zero if logging fails, zero on success
*/
//int LogGenericOutput(int scope, const char *message, ...);
// Put function pointers here

#endif

0 comments on commit d04c665

Please sign in to comment.