ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
NullLogger.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Psr\Log
;
4
13
class
NullLogger
extends
AbstractLogger
14
{
24
public
function
log
($level,
$message
, array
$context
= array())
25
{
26
// noop
27
}
28
}
Psr\Log
Definition:
AbstractLogger.php:3
$context
$context
Definition:
webdav.php:25
Psr\Log\AbstractLogger
This is a simple Logger implementation that other Loggers can inherit from.
Definition:
AbstractLogger.php:12
$message
catch(Exception $e) $message
Definition:
saml2-logout.php:34
Psr\Log\NullLogger\log
log($level, $message, array $context=array())
Logs with an arbitrary level.
Definition:
NullLogger.php:24
php
Psr\Log\NullLogger
This Logger can be used to avoid conditional log calls.
Definition:
NullLogger.php:13
libs
composer
vendor
psr
log
Psr
Log
NullLogger.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)