MediaWiki
1.34.0
|
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.
More...
Public Member Functions | |
__construct () | |
format (array $record) | |
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.
Definition at line 36 of file LegacyFormatter.php.
MediaWiki\Logger\Monolog\LegacyFormatter::__construct | ( | ) |
Definition at line 38 of file LegacyFormatter.php.
MediaWiki\Logger\Monolog\LegacyFormatter::format | ( | array | $record | ) |
Definition at line 42 of file LegacyFormatter.php.
References MediaWiki\Logger\LegacyLogger\format().