wiki.techinc.nl/includes/debug/logger
Seb35 44b66843e9 Define a default Monolog logger if inexistant
In the array 'loggers' the key '@default' is assumed to be present,
hence be sure it is defined: this is the system default for MediaWiki,
it can be overwritten if desired.

This default php://stderr with level ERROR is inspired from Monolog’s
own default, which is php://stderr with level DEBUG: this is similar
but less violent for the average MediaWiki sysadmin.

Bug: T196906
Change-Id: Id74083fc20ddf906c40e6d149095e8ade4c68572
2019-04-04 04:03:45 +00:00
..
monolog monolog: add MwlogHandler 2019-04-02 04:57:04 +00:00
ConsoleLogger.php Add ConsoleLogger, use it for eval.php -d 2017-04-28 10:05:05 +10:00
ConsoleSpi.php Add ConsoleLogger, use it for eval.php -d 2017-04-28 10:05:05 +10:00
LegacyLogger.php Rename WikiMap DB domain ID methods to reduce confusion with web domains 2019-02-06 12:28:45 -08:00
LegacySpi.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
LogCapturingSpi.php Fix lowercase in namespace of LogCapturingSpi.php 2019-02-26 13:17:09 +01:00
LoggerFactory.php Use wikimedia/object-factory 1.0.0 2018-02-04 12:52:44 -08:00
MonologSpi.php Define a default Monolog logger if inexistant 2019-04-04 04:03:45 +00:00
NullSpi.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
Spi.php Remove "@author Bryan Davis" and "Brad Jorsch" annotations 2017-06-26 15:25:46 -06:00