MediaWiki REL1_39
Spi.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Logger;
22
38interface Spi {
39
46 public function getLogger( $channel );
47
48}
Service provider interface for \Psr\Log\LoggerInterface implementation libraries.
Definition Spi.php:38
getLogger( $channel)
Get a logger instance.