Actions
Task #2146
closedSimplify Logger with C++11 features
Start date:
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
Simplify Logger with C++11 features such as <cinttypes>
.
Updated by Davide Pesavento almost 10 years ago
And std::snprintf
from <cstdio>
.
Updated by Alex Afanasyev almost 10 years ago
I'm not 100% sure that this worth effort. Should we try to use log4cxx library for the logging, at least as an option?
Updated by Junxiao Shi almost 10 years ago
This is a half-hour "lunch time" task. Converting to log4cxx needs more effort.
Updated by Alex Afanasyev almost 10 years ago
Is there any benefit of doing this conversion at all?
Updated by Junxiao Shi almost 10 years ago
"Simplify" code so it's more readable.
Updated by Junxiao Shi almost 10 years ago
- Status changed from New to In Progress
Updated by Junxiao Shi almost 10 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Updated by Junxiao Shi almost 10 years ago
- Status changed from Code review to Closed
Actions