![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Structures de données | |
| class | AbstractLogger |
| class | InvalidArgumentException |
| interface | LoggerAwareInterface |
| interface | LoggerInterface |
| class | LogLevel |
| class | NullLogger |
Fonctions | |
| setLogger (LoggerInterface $logger) | |
Variables | |
| trait | LoggerAwareTrait |
| trait | LoggerTrait |
| Psr\Log\setLogger | ( | LoggerInterface | $logger | ) |
Sets a logger.
| LoggerInterface | $logger |
Référencé par ImageFilter\__construct(), et Image\__construct().
| trait LoggerAwareTrait |
Basic Implementation of LoggerAwareInterface.
| trait LoggerTrait |
This is a simple Logger trait that classes unable to extend AbstractLogger (because they extend another class, etc) can include.
It simply delegates all log-level-specific methods to the log method to reduce boilerplate code that a simple Logger that does the same thing with messages regardless of the error level has to implement.