MediaWiki
1.30.0
|
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.
More...
Public Member Functions | |
__construct () | |
format (array $record) | |
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.
Definition at line 35 of file LegacyFormatter.php.
MediaWiki\Logger\Monolog\LegacyFormatter::__construct | ( | ) |
Definition at line 37 of file LegacyFormatter.php.
MediaWiki\Logger\Monolog\LegacyFormatter::format | ( | array | $record | ) |
Definition at line 41 of file LegacyFormatter.php.
References MediaWiki\Logger\LegacyLogger\format(), and format.