Add test cases for logging

This commit is contained in:
Sebastian Meßmer 2015-10-17 15:50:06 +02:00
parent 9f9b4fc342
commit 0d6eef7ed2

View File

@ -7,8 +7,7 @@
namespace cpputils {
namespace logging {
//TODO Test whole logging folder
enum Level {
ERROR, WARN, INFO, DEBUG
};