wiki.techinc.nl/includes/debug/logger
thiemowmde 7e70b8042c Use the instanceof and ::class features instead of strings
This makes it much easier for IDEs and tools like Phan to understand
what's going on. Note this syntax is perfectly valid even if a class
is undefined. Language features like `use`, `instanceof`, and
`class_exists` work perfectly fine. We do this a lot in existing
code.

Change-Id: I4d397621ebcc6a7e842150f7641c1b23d082b730
2024-02-02 14:50:15 +00:00
..
monolog Namespace remaining files under includes/deferred 2023-11-22 10:08:53 -05:00
ConsoleLogger.php debug: Improve docs, fix ingroup tags, clean up tests 2023-10-05 11:54:30 +00:00
ConsoleSpi.php debug: Improve docs, fix ingroup tags, clean up tests 2023-10-05 11:54:30 +00:00
LegacyLogger.php LegacyLogger: Emit to stderr if MW_LOG_STDERR is set 2023-12-21 09:38:46 +01:00
LegacySpi.php debug: Improve docs, fix ingroup tags, clean up tests 2023-10-05 11:54:30 +00:00
LogCapturingSpi.php debug: Improve docs, fix ingroup tags, clean up tests 2023-10-05 11:54:30 +00:00
LoggerFactory.php debug: Improve docs, fix ingroup tags, clean up tests 2023-10-05 11:54:30 +00:00
MonologSpi.php Use the instanceof and ::class features instead of strings 2024-02-02 14:50:15 +00:00
NullSpi.php debug: Improve docs, fix ingroup tags, clean up tests 2023-10-05 11:54:30 +00:00
Spi.php typo fixes in inline docs for logger spi module 2023-10-11 11:20:29 +03:00