TYPO3  7.6
NullLogger.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Psr\Log;
4 
14 {
24  public function log($level, $message, array $context = array())
25  {
26  // noop
27  }
28 }