Page MenuHomeWickedGov Phorge

LogNames.php
No OneTemporary

Size
933 B
Referenced Files
None
Subscribers
None

LogNames.php

<?php
declare( strict_types = 1 );
namespace MediaWiki\Extension\Translate;
/**
* Constants for log channel names used in this extension.
*
* @author Niklas Laxström
* @since 2024.12
* @internal
*/
final class LogNames {
/** Default log channel for the extension */
public const MAIN = 'Translate';
/** Channel for message group synchronization */
public const GROUP_SYNCHRONIZATION = 'Translate.GroupSynchronization';
/** Channel for translation services */
public const TRANSLATION_SERVICES = 'translationservices';
/** Channel for message bundle code */
public const MESSAGE_BUNDLE = 'Translate.MessageBundle';
/** Channel for message group subscription */
public const GROUP_SUBSCRIPTION = 'Translate.MessageGroupSubscription';
/** Channel for jobs */
public const JOBS = 'Translate.Jobs';
/** Channel for ElasticSearchTtmServer */
public const ELASTIC_SEARCH_TTMSERVER = 'ElasticSearchTtmServer';
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:20 (1 d, 3 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/05/c93647a97103b49e94e0a954777d
Default Alt Text
LogNames.php (933 B)

Event Timeline