MediaWiki  1.23.12
NullLogger.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Log;
4 
14 {
23  public function log($level, $message, array $context = array())
24  {
25  // noop
26  }
27 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
Psr\Log
Definition: AbstractLogger.php:3
Psr\Log\AbstractLogger
This is a simple Logger implementation that other Loggers can inherit from.
Definition: AbstractLogger.php:12
array
the array() calling protocol came about after MediaWiki 1.4rc1.
List of Api Query prop modules.
Psr\Log\NullLogger\log
log($level, $message, array $context=array())
Logs with an arbitrary level.
Definition: NullLogger.php:23
Psr\Log\NullLogger
This Logger can be used to avoid conditional log calls.
Definition: NullLogger.php:13