MediaWiki REL1_40
MediaWiki\Logger\ConsoleLogger Class Reference

A logger which writes to the terminal. More...

Inherits AbstractLogger.

Collaboration diagram for MediaWiki\Logger\ConsoleLogger:

Public Member Functions

 __construct (string $channel, string $minLevel=null, LoggerInterface $forwardTo=null)
 
 log ( $level, $message, array $context=[])
 

Detailed Description

A logger which writes to the terminal.

The output is supposed to be human-readable, and should be changed as necessary to better achieve that goal.

Definition at line 15 of file ConsoleLogger.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\Logger\ConsoleLogger::__construct ( string $channel,
string $minLevel = null,
LoggerInterface $forwardTo = null )
Parameters
string$channellog channel name.
string | null$minLevelMinimum PSR-3 level below which messages are ignored.
LoggerInterface | null$forwardToOther logger to forward to.

Definition at line 36 of file ConsoleLogger.php.

Member Function Documentation

◆ log()

MediaWiki\Logger\ConsoleLogger::log ( $level,
$message,
array $context = [] )

Definition at line 52 of file ConsoleLogger.php.

References MediaWiki\Logger\LegacyLogger\format().


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