Added a feature which allows suppression of certain log messages. For example TRANSACT messages

This commit is contained in:
2016-05-18 11:33:59 +02:00
parent 097b93aa8b
commit 1f23c19e1c
2 changed files with 34 additions and 4 deletions

View File

@ -110,7 +110,7 @@ void RemoveLogCallback(LogCallback func);
* \param subsystem the subsystem of the message
* \return 1 when filtered, 0 else
*/
unsigned int logFilter(unsigned int severity, const char *subsystem);
unsigned int logFilter(unsigned int severity, const char *subsystem, const char *logMessage);
/*
*Disable logging in support of the nolog option in SICSmain.c
*/