[topic/logger] Add Logger to all entities.
It stream messages on a shared file. Each entity has a different verbosity level. Uses a non real time thread to perform logging. No yet working.
Showing
- include/dynamic-graph/entity.h 18 additions, 0 deletionsinclude/dynamic-graph/entity.h
- include/dynamic-graph/fwd.hh 1 addition, 0 deletionsinclude/dynamic-graph/fwd.hh
- include/dynamic-graph/logger.h 29 additions, 47 deletionsinclude/dynamic-graph/logger.h
- src/debug/logger.cpp 73 additions, 68 deletionssrc/debug/logger.cpp
- src/dgraph/entity.cpp 9 additions, 0 deletionssrc/dgraph/entity.cpp
- tests/entity.cpp 46 additions, 0 deletionstests/entity.cpp
Loading
Please register or sign in to comment