monolog: add CeeFormatter
authorFilippo Giunchedi <fgiunchedi@wikimedia.org>
Wed, 5 Dec 2018 15:00:04 +0000 (16:00 +0100)
committerFilippo Giunchedi <fgiunchedi@wikimedia.org>
Fri, 7 Dec 2018 08:04:54 +0000 (09:04 +0100)
commit667b17a3193f0af079fd54cee78da76be95c32f0
tree16c377bb23c9f6332cf4717824647aa80b632af0
parent04813650040bce661fcbb625cafcb7e3f34a49eb
monolog: add CeeFormatter

This formatter extends LogstashFormatter to prefix records with "cee token"
used for syslog and JSON structured logging. See also related task for more
context.

Bug: T211124
Change-Id: I3cdeb4c666f54039b5e8ecc67bd4937220333526
autoload.php
includes/debug/logger/monolog/CeeFormatter.php [new file with mode: 0644]
tests/phpunit/includes/debug/logger/monolog/CeeFormatterTest.php [new file with mode: 0644]