Extension:CentralLogging

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
CentralLogging
Release status: betaCategory:Beta status extensions
Implementation other (invalid type)Category:Extensions with invalid or missing type
Description Allows extensions to send log entries to a central wiki
Author(s) Kunal Mehta (Legoktmtalk)
Latest version 1.1 (2018-02-06)
MediaWiki 1.29+Category:Extensions with manual MediaWiki version
PHP 5.3+
Database changes No
License MIT License
Download Category:Extensions in Wikimedia version control
README
$wgCentralWiki
Quarterly downloads 0
Translate the CentralLogging extension if it is available at translatewiki.net
Category:All extensions

The CentralLogging extension allows your extension to send log entries to a central wiki, rather than split. See the README for more details.

Installation

  • Download and move the extracted CentralLogging folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://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:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Beta status extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:SpecialStatsAddExtra extensions