MediaWiki REL1_39
|
A logger which writes to the terminal. More...
Public Member Functions | |
__construct ( $channel) | |
log ( $level, $message, array $context=[]) | |
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 12 of file ConsoleLogger.php.
MediaWiki\Logger\ConsoleLogger::__construct | ( | $channel | ) |
string | $channel |
Definition at line 19 of file ConsoleLogger.php.
MediaWiki\Logger\ConsoleLogger::log | ( | $level, | |
$message, | |||
array | $context = [] ) |
Definition at line 26 of file ConsoleLogger.php.
References MediaWiki\Logger\LegacyLogger\format().