-
- Downloads
This commit respresents the main simplification to the CASTOR logging facility.
The castor::log::Param class simply contains an std::string name and an std::string value. The new templated constructor of the Param class uses std::ostringstream to convert a non-string value to a string one.
Showing
- castor/log/Constants.hpp 0 additions, 60 deletionscastor/log/Constants.hpp
- castor/log/LoggerImplementation.cpp 6 additions, 62 deletionscastor/log/LoggerImplementation.cpp
- castor/log/Param.cpp 4 additions, 241 deletionscastor/log/Param.cpp
- castor/log/Param.hpp 17 additions, 136 deletionscastor/log/Param.hpp
- test/unittest/castor/log/ParamTest.cpp 9 additions, 233 deletionstest/unittest/castor/log/ParamTest.cpp
Loading
Please register or sign in to comment