| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-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. author: PHP Framework Interoperability Group param: string $message return: string |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |