Generic Job class extended by other jobs.
More...
|
| logDebug (string $msg, array $context=[]) |
|
| logInfo (string $msg, array $context=[]) |
|
| logNotice (string $msg, array $context=[]) |
|
| logWarning (string $msg, array $context=[]) |
|
| logError (string $msg, array $context=[]) |
|
Generic Job class extended by other jobs.
Provides logging functionality.
- Author
- Abijeet Patro @license GPL-2.0-or-later
- Since
- 2019.08
Definition at line 17 of file GenericTranslateJob.php.
◆ logDebug()
MediaWiki\Extension\Translate\Jobs\GenericTranslateJob::logDebug |
( |
string | $msg, |
|
|
array | $context = [] ) |
|
protected |
◆ logError()
MediaWiki\Extension\Translate\Jobs\GenericTranslateJob::logError |
( |
string | $msg, |
|
|
array | $context = [] ) |
|
protected |
◆ logInfo()
MediaWiki\Extension\Translate\Jobs\GenericTranslateJob::logInfo |
( |
string | $msg, |
|
|
array | $context = [] ) |
|
protected |
◆ logNotice()
MediaWiki\Extension\Translate\Jobs\GenericTranslateJob::logNotice |
( |
string | $msg, |
|
|
array | $context = [] ) |
|
protected |
◆ logWarning()
MediaWiki\Extension\Translate\Jobs\GenericTranslateJob::logWarning |
( |
string | $msg, |
|
|
array | $context = [] ) |
|
protected |
The documentation for this class was generated from the following file: