MediaWiki master
Spi.php
Go to the documentation of this file.
1<?php
21namespace MediaWiki\Logger;
22
64interface Spi {
65
72 public function getLogger( $channel );
73
74}
Service provider interface to create \Psr\Log\LoggerInterface objects.
Definition Spi.php:64
getLogger( $channel)
Get a logger instance.