ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
StandardErrorLoggingHandler.php
Go to the documentation of this file.
1 <?php
2 
3 namespace SimpleSAML\Logger;
4 
12 {
13 
20  {
21  $this->processname = $config->getString('logging.processname', 'SimpleSAMLphp');
22  $this->logFile = 'php://stderr';
23  }
24 }
$config
Definition: bootstrap.php:15
__construct(\SimpleSAML_Configuration $config)
StandardError constructor.
getString($name, $default=self::REQUIRED_OPTION)
This function retrieves a string configuration option.