10 #include <Ice/Properties.h>
16 TraceLevels::TraceLevels(
const string name,
18 const Ice::LoggerPtr& theLogger) :
20 topicMgrCat(
"TopicManager"),
24 subscriberCat(
"Subscriber"),
26 electionCat(
"Election"),
28 replicationCat(
"Replication"),
31 const string keyBase = name +
".Trace.";
33 const_cast<int&
>(
topic) = properties->getPropertyAsInt(keyBase +
topicCat);