wiki.techinc.nl/includes/debug/logger
Brad Jorsch 82d525ad78 logger: Produce traces for all Throwables
The code was checking for `Exception` to decide whether to produce traces,
so it wasn't providing them for PHP 7's new Errors. The code itself
works fine with any Throwable.

We have to keep parallel checks for Exception too for the time being,
because HHVM as used in Wikimedia production doesn't have Throwable.

Bug: T187147
Change-Id: Iec8a6718beb7ec09e45e332ee5762d0644ce17ab
2019-05-23 10:39:39 -04:00
..
monolog logger: Produce traces for all Throwables 2019-05-23 10:39:39 -04:00
ConsoleLogger.php
ConsoleSpi.php
LegacyLogger.php logger: Produce traces for all Throwables 2019-05-23 10:39:39 -04: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