Actions
Feature #3725
closedDispatcher logging
Start date:
Due date:
% Done:
100%
Estimated time:
0.50 h
Description
In ndn::mgmt::Dispatcher
, change std::clog
logging statements to library logging facility macros.
Updated by Junxiao Shi about 8 years ago
- Status changed from New to In Progress
- Assignee set to Junxiao Shi
Updated by Junxiao Shi about 8 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
https://gerrit.named-data.net/3046 patchset1 does the change plus a few code style corrections.
I choose to use ndn.mgmt.Dispatcher
as logging module name rather than only Dispatcher
, because library logging facility can be used both inside and outside ndn-cxx, and a fully qualified name can avoid conflicts.
The effect of logging can be seen with: NDN_LOG=ndn.mgmt.Dispatcher=ALL build/unit-tests -t Mgmt/TestDispatcher/NotificationStream
.
Updated by Junxiao Shi about 8 years ago
- Status changed from Code review to Closed
Actions