Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MediaWiki\Extension\Translate\LogNames Class Reference

Constants for log channel names used in this extension. More...

Public Attributes

const MAIN = 'Translate'
 Default log channel for the extension.
 
const GROUP_SYNCHRONIZATION = 'Translate.GroupSynchronization'
 Channel for message group synchronization.
 
const TRANSLATION_SERVICES = 'translationservices'
 Channel for translation services.
 
const MESSAGE_BUNDLE = 'Translate.MessageBundle'
 Channel for message bundle code.
 
const GROUP_SUBSCRIPTION = 'Translate.MessageGroupSubscription'
 Channel for message group subscription.
 
const JOBS = 'Translate.Jobs'
 Channel for jobs.
 
const ELASTIC_SEARCH_TTMSERVER = 'ElasticSearchTtmServer'
 Channel for ElasticSearchTtmServer.
 

Detailed Description

Constants for log channel names used in this extension.

Author
Niklas Laxström
Since
2024.12

Definition at line 13 of file LogNames.php.

Member Data Documentation

◆ ELASTIC_SEARCH_TTMSERVER

const MediaWiki\Extension\Translate\LogNames::ELASTIC_SEARCH_TTMSERVER = 'ElasticSearchTtmServer'

Channel for ElasticSearchTtmServer.

Definition at line 33 of file LogNames.php.

◆ GROUP_SUBSCRIPTION

const MediaWiki\Extension\Translate\LogNames::GROUP_SUBSCRIPTION = 'Translate.MessageGroupSubscription'

Channel for message group subscription.

Definition at line 27 of file LogNames.php.

◆ GROUP_SYNCHRONIZATION

const MediaWiki\Extension\Translate\LogNames::GROUP_SYNCHRONIZATION = 'Translate.GroupSynchronization'

Channel for message group synchronization.

Definition at line 18 of file LogNames.php.

◆ JOBS

const MediaWiki\Extension\Translate\LogNames::JOBS = 'Translate.Jobs'

Channel for jobs.

Definition at line 30 of file LogNames.php.

◆ MAIN

const MediaWiki\Extension\Translate\LogNames::MAIN = 'Translate'

Default log channel for the extension.

Definition at line 15 of file LogNames.php.

◆ MESSAGE_BUNDLE

const MediaWiki\Extension\Translate\LogNames::MESSAGE_BUNDLE = 'Translate.MessageBundle'

Channel for message bundle code.

Definition at line 24 of file LogNames.php.

◆ TRANSLATION_SERVICES

const MediaWiki\Extension\Translate\LogNames::TRANSLATION_SERVICES = 'translationservices'

Channel for translation services.

Definition at line 21 of file LogNames.php.


The documentation for this class was generated from the following file: