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