Separate Monolog shims from other logging shims
authorBryan Davis <bd808@wikimedia.org>
Mon, 6 Apr 2015 20:13:14 +0000 (14:13 -0600)
committerBryanDavis <bdavis@wikimedia.org>
Mon, 6 Apr 2015 20:28:13 +0000 (20:28 +0000)
commit6bf78b327410c401798a1961910da80dc9d26440
treedadba50d94ba0fe3e5218d3bb354438e609906aa
parent9e4e227ea3c61b23a13bb4a5bae77a48f1941296
Separate Monolog shims from other logging shims

Move the non-namespaced classes referencing external Monolog classes to
an isolated PHP source file so that they aren't brought into scope by
the need to load another shim class.

Bug: T95220
Change-Id: I8270b8d5cd25db5a0f84fa94f59a6555052ae1ae
autoload.php
includes/debug/logger/Shims.php
includes/debug/logger/monolog/Shims.php [new file with mode: 0644]