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