ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
LoggingHandlerInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
SimpleSAML\Logger
;
4
12
interface
LoggingHandlerInterface
13
{
14
20
public
function
__construct
(\
SimpleSAML_Configuration
$config
);
21
22
29
public
function
log
($level, $string);
30
31
37
public
function
setLogFormat
(
$format
);
38
}
SimpleSAML\Logger\LoggingHandlerInterface\__construct
__construct(\SimpleSAML_Configuration $config)
Constructor for log handlers.
$config
$config
Definition:
bootstrap.php:15
SimpleSAML\Logger
Definition:
ErrorLogLoggingHandler.php:3
SimpleSAML\Logger\LoggingHandlerInterface
Definition:
LoggingHandlerInterface.php:12
SimpleSAML_Configuration
SimpleSAML\Logger\LoggingHandlerInterface\log
log($level, $string)
Log a message to its destination.
php
SimpleSAML\Logger\LoggingHandlerInterface\setLogFormat
setLogFormat($format)
Set the format desired for the logs.
SimpleSAML\Logger\$format
static $format
Definition:
Logger.php:102
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Logger
LoggingHandlerInterface.php
Generated on Thu Jan 16 2025 19:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)