diff options
Diffstat (limited to 'docs/Logger.md')
-rw-r--r-- | docs/Logger.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Logger.md b/docs/Logger.md index 1dedc2bd5338..ac5444a02f9e 100644 --- a/docs/Logger.md +++ b/docs/Logger.md @@ -29,7 +29,7 @@ MediaWiki.Logger.LegacyLogger instances. The MediaWiki.Logger.LegacyLogger class implements the PSR-3 logger interface and provides output and configuration equivalent to the historic logging output of wfDebug, wfDebugLog, wfLogDBError and wfErrorLog. The MediaWiki.Logger.LegacySpi class is the default service -provider configured in DefaultSettings.php. It's usage should be transparent for +provider defined in MainConfigSchema.php. It's usage should be transparent for users who are not ready or do not wish to switch to a alternate logging platform. |