Add log level which prints performed actions

This commit is contained in:
WarmUpTill
2024-03-02 00:48:06 +01:00
committed by WarmUpTill
parent 9acbead87b
commit ab0cce9eaa
56 changed files with 144 additions and 94 deletions

View File

@@ -24,7 +24,7 @@ bool MacroActionSystray::PerformAction()
void MacroActionSystray::LogAction() const
{
vblog(LOG_INFO, "display systray message \"%s\":\n%s", _title.c_str(),
ablog(LOG_INFO, "display systray message \"%s\":\n%s", _title.c_str(),
_message.c_str());
}