12 #include <Ice/Properties.h>
17 TraceLevels::TraceLevels(
const string name,
const Ice::PropertiesPtr& properties,
const Ice::LoggerPtr& theLogger) :
19 topicMgrCat(
"TopicManager"),
23 subscriberCat(
"Subscriber"),
25 electionCat(
"Election"),
27 replicationCat(
"Replication"),
30 const string keyBase = name +
".Trace.";
32 const_cast<int&
>(
topic) = properties->getPropertyAsInt(keyBase +
topicCat);