Create general purpose logging module #4

Merged
ehrumsey merged 15 commits from dev-logging into dev 2025-03-11 20:31:37 -05:00
Showing only changes of commit 7bfa12b539 - Show all commits

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];