|
MediaWiki master
|
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...
Inherits NormalizerFormatter.

Public Member Functions | |
| __construct () | |
| format (LogRecord $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 23 of file LegacyFormatter.php.
| MediaWiki\Logger\Monolog\LegacyFormatter::__construct | ( | ) |
Definition at line 25 of file LegacyFormatter.php.
| MediaWiki\Logger\Monolog\LegacyFormatter::format | ( | LogRecord | $record | ) |
Definition at line 29 of file LegacyFormatter.php.