[ Index ] |
PHP Cross Reference of phpBB-3.3.12-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 128 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ConsoleLogger:: (4 methods):
__construct()
log()
hasErrored()
interpolate()
Class: ConsoleLogger - X-Ref
PSR-3 compliant console logger.__construct(OutputInterface $output, array $verbosityLevelMap = [], array $formatLevelMap = []) X-Ref |
No description |
log($level, $message, array $context = []) X-Ref |
{@inheritdoc} |
hasErrored() X-Ref |
Returns true when any messages have been logged at error levels. return: bool |
interpolate($message, array $context) X-Ref |
Interpolates context values into the message placeholders. return: string author: PHP Framework Interoperability Group param: string $message |
Generated: Sun Jun 23 12:25:44 2024 | Cross-referenced by PHPXref 0.7.1 |