Extension:CentralLogging
Appearance
From mediawiki.org
Release status: beta |
|
|---|---|
| Implementation | other (invalid type) |
| Description | Allows extensions to send log entries to a central wiki |
| Author(s) | Kunal Mehta (Legoktm talk ) |
| Latest version | 1.1 (2018年02月06日) |
| MediaWiki | 1.29+ |
| PHP | 5.3+ |
| Database changes | No |
|
$wgCentralWiki |
|
| Licence | MIT License |
| Download | README |
| Translate the CentralLogging extension if it is available at translatewiki.net | |
The CentralLogging extension allows your extension to send log entries to a central wiki, rather than split. See the README for more details.
Installation
[edit ]- Download and move the extracted
CentralLoggingfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cdextensions/ gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/CentralLogging - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CentralLogging' );
- Yes Done – Navigate to
Special:Versionon your wiki to verify that the extension is successfully installed.