|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SimpleSAML\Logger\SyslogLoggingHandler:
Collaboration diagram for SimpleSAML\Logger\SyslogLoggingHandler:Public Member Functions | |
| __construct (\SimpleSAML_Configuration $config) | |
| Build a new logging handler based on syslog. More... | |
| setLogFormat ($format) | |
| Set the format desired for the logs. More... | |
| log ($level, $string) | |
| Log a message to syslog. 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... | |
Private Attributes | |
| $isWindows = false | |
| $format | |
Definition at line 14 of file SyslogLoggingHandler.php.
| SimpleSAML\Logger\SyslogLoggingHandler::__construct | ( | \SimpleSAML_Configuration | $config | ) |
Build a new logging handler based on syslog.
Implements SimpleSAML\Logger\LoggingHandlerInterface.
Definition at line 23 of file SyslogLoggingHandler.php.
References $config, SimpleSAML\Utils\System\getOS(), and SimpleSAML\Utils\System\WINDOWS.
Here is the call graph for this function:| SimpleSAML\Logger\SyslogLoggingHandler::log | ( | $level, | |
| $string | |||
| ) |
Log a message to syslog.
| int | $level | The log level. |
| string | $string | The formatted message to log. |
Implements SimpleSAML\Logger\LoggingHandlerInterface.
Definition at line 56 of file SyslogLoggingHandler.php.
References $formats.
| SimpleSAML\Logger\SyslogLoggingHandler::setLogFormat | ( | $format | ) |
Set the format desired for the logs.
| string | $format | The format used for logs. |
Implements SimpleSAML\Logger\LoggingHandlerInterface.
Definition at line 44 of file SyslogLoggingHandler.php.
References SimpleSAML\Logger\SyslogLoggingHandler\$format.
|
private |
Definition at line 17 of file SyslogLoggingHandler.php.
Referenced by SimpleSAML\Logger\SyslogLoggingHandler\setLogFormat().
|
private |
Definition at line 16 of file SyslogLoggingHandler.php.