ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ 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
Psr\Log\AbstractLogger
This is a simple Logger implementation that other Loggers can inherit from.
Definition:
AbstractLogger.php:12
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
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 Fri Jan 24 2025 19:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)