ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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:104
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.