Create general purpose logging module #4
@ -61,9 +61,9 @@ class logger {
|
||||
function status() {
|
||||
switch($logger) {
|
||||
case 0:
|
||||
say "Logging is disabled";
|
||||
say "Debug logging is disabled";
|
||||
case 1:
|
||||
say "Logging is enabled";
|
||||
say "Debug logging is enabled";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user