ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
◀ ilDoc Overview
LoggerAwareInterface.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Psr\Log
;
4
8
interface
LoggerAwareInterface
9
{
16
public
function
setLogger
(
LoggerInterface
$logger);
17
}
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
Services
Logging
lib
vendor
psr
log
Psr
Log
LoggerAwareInterface.php
Generated on Wed Aug 27 2025 19:00:56 for ILIAS by
1.8.13 (using
Doxyfile
)