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