-
- Downloads
I have changed the design of the proposed new CASTOR logging API, from a C like
collection of functions within a castor::log namespace to a more object oriented Singleton pattern. Pleae note that the code is still far from finished, I am commit (compiling) code early in an attempt to increase feedback.
Showing
- castor/log/Constants.hpp 102 additions, 0 deletionscastor/log/Constants.hpp
- castor/log/Log.cpp 368 additions, 304 deletionscastor/log/Log.cpp
- castor/log/Log.hpp 283 additions, 87 deletionscastor/log/Log.hpp
- castor/log/Param.cpp 1 addition, 0 deletionscastor/log/Param.cpp
- castor/log/Param.hpp 1 addition, 24 deletionscastor/log/Param.hpp
- test/unittest/castor/log/LogTest.cpp 4 additions, 6 deletionstest/unittest/castor/log/LogTest.cpp
castor/log/Constants.hpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment