Index: unittests/tst_logging.h =================================================================== diff -u -rae97f70129df818530bcb70c934c42fa28eb6034 -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d --- unittests/tst_logging.h (.../tst_logging.h) (revision ae97f70129df818530bcb70c934c42fa28eb6034) +++ unittests/tst_logging.h (.../tst_logging.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) @@ -37,12 +37,19 @@ // will be called after every test function. void cleanup(); + void init(); + void logEvent(); void logError(); void logDatum(); void logUnknown(); + void logError_gDisableHunhandledReport_False(); + void logError_gDisableHunhandledReport_True(); + void setLogPath_F(); void setLogPath_T(); + + void readUnknown(); };