|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SimpleSAML\Logger\StandardErrorLoggingHandler:
Collaboration diagram for SimpleSAML\Logger\StandardErrorLoggingHandler:Public Member Functions | |
| __construct (\SimpleSAML_Configuration $config) | |
| StandardError constructor. More... | |
Public Member Functions inherited from SimpleSAML\Logger\FileLoggingHandler | |
| __construct (\SimpleSAML_Configuration $config) | |
| Build a new logging handler based on files. More... | |
| setLogFormat ($format) | |
| Set the format desired for the logs. More... | |
| log ($level, $string) | |
| Log a message to the log file. More... | |
| __construct (\SimpleSAML_Configuration $config) | |
| Constructor for log handlers. More... | |
| log ($level, $string) | |
| Log a message to its destination. More... | |
| setLogFormat ($format) | |
| Set the format desired for the logs. More... | |
Additional Inherited Members | |
Protected Attributes inherited from SimpleSAML\Logger\FileLoggingHandler | |
| $logFile = null | |
| $processname = null | |
| $format | |
Definition at line 11 of file StandardErrorLoggingHandler.php.
| SimpleSAML\Logger\StandardErrorLoggingHandler::__construct | ( | \SimpleSAML_Configuration | $config | ) |
StandardError constructor.
It runs the parent constructor and sets the log file to be the standard error descriptor.
Reimplemented from SimpleSAML\Logger\FileLoggingHandler.
Definition at line 19 of file StandardErrorLoggingHandler.php.
References $config.