Logging: prepare message only if log level is high enough

Also some clean ups on internal method call parameters
This commit is contained in:
Clemens Schwaighofer
2023-06-05 09:30:26 +09:00
parent 86acbbb85b
commit ec3ca787fa
3 changed files with 28 additions and 12 deletions

View File

@@ -796,6 +796,13 @@ final class CoreLibsLoggingLoggingTest extends TestCase
);
}
// must test flow:
// init normal
// log -> check file name
// set per date
// log -> check file name
// and same for per_run
// deprecated calls check?
}