Tests for the logging framework. More...
#include "config.h"
#include <string>
#include "Logger.hpp"
Go to the source code of this file.
Functions | |
int | main () |
Logger tests entry point. | |
void | testDisable () |
Tests for disabling specific levels and LogScope. |
Tests for the logging framework.
Definition in file testLogger.cpp.
int main | ( | ) |
Logger tests entry point.
Definition at line 52 of file testLogger.cpp.
void testDisable | ( | ) |
Tests for disabling specific levels and LogScope.
Definition at line 132 of file testLogger.cpp.