Add Monolog formatter that mimics legacy log output
authorBryan Davis <bd808@wikimedia.org>
Fri, 21 Nov 2014 00:22:37 +0000 (17:22 -0700)
committerBryan Davis <bd808@wikimedia.org>
Fri, 21 Nov 2014 00:45:20 +0000 (17:45 -0700)
commit0223290e84d4d12227d5d5b8d0a43478cafa3fb3
tree86cd79936908a7b4de0f1d138abfca7f883e65fc
parenta42ed64699348c310a36697e8aa81bceedd30054
Add Monolog formatter that mimics legacy log output

Having a log formatter for the Monolog stack that mimics the legacy wf*
logging function output will ease the transition for users wishing to
use Monolog who have tooling that expects the legacy log formats.

Bug: T845
Change-Id: I06295ccc4b068c61d7971024213366004b69c03d
autoload.php
includes/debug/logger/legacy/Logger.php
includes/debug/logger/monolog/LegacyFormatter.php [new file with mode: 0644]