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

@@ -137,7 +137,7 @@ bool MacroActionSequence::PerformAction()
void MacroActionSequence::LogAction() const
{
if (_action == Action::RUN_SEQUENCE) {
vblog(LOG_INFO, "running macro sequence");
ablog(LOG_INFO, "running macro sequence");
} else {
vblog(LOG_INFO, "set sequences of macro '%s' to index %d",
_macro.Name().c_str(), _resetIndex.GetValue());