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 3b6990be85 - Show all commits

View File

@ -31,7 +31,7 @@ class logger {
} }
} }
function logging_toggle() { function toggle() {
switch($logger) { switch($logger) {
case 0: case 0:
$logger = true; $logger = true;