Turn line into macro command

This commit is contained in:
themodernhakr 2025-03-11 16:52:47 -05:00
parent d30418d57a
commit 7bfa12b539

View File

@ -33,7 +33,7 @@ class logger {
} }
execute run { execute run {
say "The log level is set to $(0)."; $say "The log level is set to $(0).";
} with [$log_level]; } with [$log_level];