Provide a backwards compatibility shim for MWLogger
authorBryan Davis <bd808@wikimedia.org>
Wed, 14 Jan 2015 01:34:36 +0000 (18:34 -0700)
committerLegoktm <legoktm.wikipedia@gmail.com>
Thu, 22 Jan 2015 22:11:08 +0000 (22:11 +0000)
commitd62f6391f86cb0897a31613f6a56379c180a4b78
tree8a30b7361304ecdb84cca2f5dced0d5bbfec52ef
parent56b70b61afc69139e28ef501947184897eaa64c3
Provide a backwards compatibility shim for MWLogger

MWLogger was renamed MWLoggerFactory and reduced to a static utility
class in Ie474676. Reintroduce an MWLogger that proxies the public
static methods of MWLoggerFactory to ease the transition of users who
have implemented $wgMWLoggerDefaultSpi configurations that reference
MWLogger.

As noted in the class, this is a temporary bandaid that should be ripped
off before 1.25 becomes an official release.

Change-Id: Iaccb78a510c60aab2ff20a9aa7c0869699657388
autoload.php
includes/debug/logger/Logger.php [new file with mode: 0644]