ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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... | |
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 defined, SimpleSAML_Configuration\getInteger(), and SimpleSAML_Configuration\getString().
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, and array.
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, and 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.