MediaWiki master
Spi.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Logger;
8
50interface Spi {
51
58 public function getLogger( $channel );
59
60}
Service provider interface to create \Psr\Log\LoggerInterface objects.
Definition Spi.php:50
getLogger( $channel)
Get a logger instance.