nextcloud/tests/lib/Log
Ferdinand Thiessen 81df2d2c12
feat(PsrLoggerAdapter): Allow to use Psr\Log\LogLevel for log method
There is the `Psr\Log\LogLevel` class defining loglevel constants,
to be fully compatible we should at least support those logging levels.
Moreover this is the last part that was still required from `ILogger` interface,
as we did not have alternatives for the loglevel constants.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-14 17:35:11 +02:00
..
ExceptionSerializerTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
FileTest.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
LogFactoryTest.php chore: Add SPDX header 2024-05-13 17:41:36 +02:00
PsrLoggerAdapterTest.php feat(PsrLoggerAdapter): Allow to use Psr\Log\LogLevel for log method 2024-09-14 17:35:11 +02:00