Home
last modified time | relevance | path

Searched refs:LoggerInterface (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DPSR3CLI.php5 use Psr\Log\LoggerInterface; alias
15 abstract class PSR3CLI extends CLI implements LoggerInterface {
H A DPSR3CLIv3.php5 use Psr\Log\LoggerInterface; alias
16 abstract class PSR3CLIv3 extends Base implements LoggerInterface
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.