X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdebug%2Flogger%2Fmonolog%2FLegacyFormatter.php;h=3cf6e466d2b51ee2db12575ea3f80c4b85c68866;hb=9209196355085de8261b708154b97d799085fea3;hp=9ec15cb85b7d8d9a30ac40cdb0acb4a7f7d8b41d;hpb=466962bd4bf8c8b649eb168b3d8afe189c5b42bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/logger/monolog/LegacyFormatter.php b/includes/debug/logger/monolog/LegacyFormatter.php index 9ec15cb85b..3cf6e466d2 100644 --- a/includes/debug/logger/monolog/LegacyFormatter.php +++ b/includes/debug/logger/monolog/LegacyFormatter.php @@ -24,13 +24,12 @@ use MediaWiki\Logger\LegacyLogger; use Monolog\Formatter\NormalizerFormatter; /** - * Log message formatter that mimics the legacy log message formatting of - * `wfDebug`, `wfDebugLog`, `wfLogDBError` and `wfErrorLog` global functions by - * delegating the formatting to \MediaWiki\Logger\LegacyLogger. + * Log message formatter that mimics the legacy log message formatting of `wfDebug`, `wfDebugLog`, + * `wfLogDBError` and the former `wfErrorLog` global functions by delegating the formatting to + * \MediaWiki\Logger\LegacyLogger. * * @since 1.25 - * @author Bryan Davis - * @copyright © 2013 Bryan Davis and Wikimedia Foundation. + * @copyright © 2013 Wikimedia Foundation and contributors * @see \MediaWiki\Logger\LegacyLogger */ class LegacyFormatter extends NormalizerFormatter {