Extension:CentralLogging/de-formal

This page is a translated version of the page Extension:CentralLogging and the translation is 20% complete.
MediaWiki extensions manual
CentralLogging
Release status: beta
Implementation other (invalid type)
Description Allows extensions to send log entries to a central wiki
Author(s) Kunal Mehta (LegoktmDiskussion)
Latest version 1.1 (2018-02-06)
MediaWiki 1.29+
PHP 5.3+
Database changes No
License MIT License
Download
README
$wgCentralWiki
Quarterly downloads 0
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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens CentralLogging im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CentralLogging
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'CentralLogging' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.