ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
LoggerAwareInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Psr\Log
;
4
8
interface
LoggerAwareInterface
9
{
17
public
function
setLogger
(
LoggerInterface
$logger);
18
}
Psr\Log
Definition:
AbstractLogger.php:3
Psr\Log\LoggerAwareInterface\setLogger
setLogger(LoggerInterface $logger)
Sets a logger instance on the object.
Psr\Log\LoggerAwareInterface
Describes a logger-aware instance.
Definition:
LoggerAwareInterface.php:8
Psr\Log\LoggerInterface
Describes a logger instance.
Definition:
LoggerInterface.php:20
php
libs
composer
vendor
psr
log
Psr
Log
LoggerAwareInterface.php
Generated on Thu Jan 30 2025 19:01:25 for ILIAS by
1.8.13 (using
Doxyfile
)