Stop using wfDebugLog in LocalisationCache
authorAmir Sarabadani <Ladsgroup@gmail.com>
Tue, 9 Jul 2019 10:51:49 +0000 (12:51 +0200)
committerAmir Sarabadani <Ladsgroup@gmail.com>
Wed, 10 Jul 2019 22:27:40 +0000 (00:27 +0200)
commit316d205115cb95edbcfcf9ae13e16d8ab20a54a3
treee1bfa84dbfef9da994dc79ffeea644153a316918
parent434015880aab5b155cc7edd6fcddf1883d0395eb
Stop using wfDebugLog in LocalisationCache

Using logger interface, this would fix some unit tests, plus it
avoids using global functions and ease the way for proper dependency
injection

Change-Id: I9a545c70ace08e2fd0b832d75d6a2362a83af21e
includes/cache/localisation/LocalisationCache.php