Adding wfLogWarning for production warnings.
authordaniel <daniel.kinzler@wikimedia.de>
Mon, 18 Mar 2013 09:32:14 +0000 (10:32 +0100)
committerDaniel Kinzler <daniel.kinzler@wikimedia.de>
Tue, 19 Mar 2013 15:24:00 +0000 (15:24 +0000)
commitaacdbbc6f363baffa6bf713d4b199516f5cbd685
treef179d827095bafd29760315d72924289a3bd1e7b
parent4baa84fd5dd299b0a654cdaa08316693f429f4ac
Adding wfLogWarning for production warnings.

Currently, trigger_error() is used to report non-fatal problems in
production. It seems more consistent to have our own function to do
that, with behavior consistent with wfWarn().

Change-Id: I531b7ceec089978c2832721486f277fdfca65270
includes/GlobalFunctions.php
includes/debug/Debug.php