ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
LoggingHandlerInterface.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SimpleSAML\Logger;
4 
13 {
14 
21 
22 
29  public function log($level, $string);
30 
31 
37  public function setLogFormat($format);
38 }
__construct(\SimpleSAML_Configuration $config)
Constructor for log handlers.
$config
Definition: bootstrap.php:15
log($level, $string)
Log a message to its destination.
setLogFormat($format)
Set the format desired for the logs.
static $format
Definition: Logger.php:102