Utility: Logging

Added logging utility classes supposed to be used for all your logging
needs, e.g. instead of cout

reviewer=ebsi
This commit is contained in:
Manuel Dobusch
2014-04-07 14:44:54 +02:00
parent a1de92c58d
commit c85d997021
9 changed files with 455 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
add_files(
TEST_FILES
ConfigManagerTestSuite.h
LogManagerTestSuite.h
UtilityTestSuite.h
)