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\LoggerAwareInterface
Describes a logger-aware instance.
Definition:
LoggerAwareInterface.php:9
Psr\Log\LoggerAwareInterface\setLogger
setLogger(LoggerInterface $logger)
Sets a logger instance on the object.
Psr\Log\LoggerInterface
Describes a logger instance.
Definition:
LoggerInterface.php:21
Psr\Log
Definition:
AbstractLogger.php:3
Services
Logging
lib
vendor
psr
log
Psr
Log
LoggerAwareInterface.php
Generated on Wed Sep 24 2025 19:00:58 for ILIAS by
1.9.4 (using
Doxyfile
)