static char cad_aux[1024];
vsprintf(cad_aux, alarm.c_str(), argList);
- std::string trace = module->getClassName();
+ std::string trace = module->getName();
trace += anna::functions::asString(" | Alarm %s event: %s", (activation ? "activation" : "cancellation"), cad_aux);
trace += anna::functions::asString(" | Enum type on module: %d", type);
LOGDEBUG
(
- std::string trace = module->getClassName();
+ std::string trace = module->getName();
trace += anna::functions::asString(" | Counter event: %s", base.c_str());
trace += anna::functions::asString(" | Enum type on module: %d", type);
trace += anna::functions::asString(" | Amount increased: %d", amount);