ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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:
flush-definition-cache.php:23
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.
SimpleSAML\Logger\LoggingHandlerInterface\setLogFormat
setLogFormat($format)
Set the format desired for the logs.
SimpleSAML\Logger\$format
static $format
Definition:
Logger.php:104
libs
composer
vendor
simplesamlphp
simplesamlphp
lib
SimpleSAML
Logger
LoggingHandlerInterface.php
Generated on Sat Jan 18 2025 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)