ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
__construct(\SimpleSAML_Configuration $config)
StandardError constructor.
getString($name, $default=self::REQUIRED_OPTION)
This function retrieves a string configuration option.