ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
StandardErrorLoggingHandler.php
Go to the documentation of this file.
1<?php
2
3namespace SimpleSAML\Logger;
4
12{
13
20 {
21 $this->processname = $config->getString('logging.processname', 'SimpleSAMLphp');
22 $this->logFile = 'php://stderr';
23 }
24}
An exception for terminatinating execution or to throw for unit testing.
__construct(\SimpleSAML_Configuration $config)
StandardError constructor.