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. | |
Constants for log channel names used in this extension.
Definition at line 13 of file LogNames.php.
| const MediaWiki\Extension\Translate\LogNames::ELASTIC_SEARCH_TTMSERVER = 'ElasticSearchTtmServer' |
Channel for ElasticSearchTtmServer.
Definition at line 33 of file LogNames.php.
| const MediaWiki\Extension\Translate\LogNames::GROUP_SUBSCRIPTION = 'Translate.MessageGroupSubscription' |
Channel for message group subscription.
Definition at line 27 of file LogNames.php.
| const MediaWiki\Extension\Translate\LogNames::GROUP_SYNCHRONIZATION = 'Translate.GroupSynchronization' |
Channel for message group synchronization.
Definition at line 18 of file LogNames.php.
| const MediaWiki\Extension\Translate\LogNames::JOBS = 'Translate.Jobs' |
Channel for jobs.
Definition at line 30 of file LogNames.php.
| const MediaWiki\Extension\Translate\LogNames::MAIN = 'Translate' |
Default log channel for the extension.
Definition at line 15 of file LogNames.php.
| const MediaWiki\Extension\Translate\LogNames::MESSAGE_BUNDLE = 'Translate.MessageBundle' |
Channel for message bundle code.
Definition at line 24 of file LogNames.php.
| const MediaWiki\Extension\Translate\LogNames::TRANSLATION_SERVICES = 'translationservices' |
Channel for translation services.
Definition at line 21 of file LogNames.php.