|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SimpleSAML\Logger\FileLoggingHandler:
Collaboration diagram for SimpleSAML\Logger\FileLoggingHandler:Public Member Functions | |
| __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... | |
Protected Attributes | |
| $logFile = null | |
| $processname = null | |
| $format | |
Static Private Attributes | |
| static | $levelNames |
| This array contains the mappings from syslog log levels to names. More... | |
Definition at line 14 of file FileLoggingHandler.php.
| SimpleSAML\Logger\FileLoggingHandler::__construct | ( | \SimpleSAML_Configuration | $config | ) |
Build a new logging handler based on files.
Implements SimpleSAML\Logger\LoggingHandlerInterface.
Reimplemented in SimpleSAML\Logger\StandardErrorLoggingHandler.
Definition at line 45 of file FileLoggingHandler.php.
References $config, and SimpleSAML\Utils\Time\initTimezone().
Here is the call graph for this function:| SimpleSAML\Logger\FileLoggingHandler::log | ( | $level, | |
| $string | |||
| ) |
Log a message to the log file.
| int | $level | The log level. |
| string | $string | The formatted message to log. |
Implements SimpleSAML\Logger\LoggingHandlerInterface.
Definition at line 86 of file FileLoggingHandler.php.
References SimpleSAML\Logger\FileLoggingHandler\$format, and $formats.
| SimpleSAML\Logger\FileLoggingHandler::setLogFormat | ( | $format | ) |
Set the format desired for the logs.
| string | $format | The format used for logs. |
Implements SimpleSAML\Logger\LoggingHandlerInterface.
Definition at line 74 of file FileLoggingHandler.php.
References SimpleSAML\Logger\FileLoggingHandler\$format.
|
protected |
Definition at line 39 of file FileLoggingHandler.php.
Referenced by SimpleSAML\Logger\FileLoggingHandler\log(), and SimpleSAML\Logger\FileLoggingHandler\setLogFormat().
|
staticprivate |
This array contains the mappings from syslog log levels to names.
Copied more or less directly from SimpleSAML\Logger\ErrorLogLoggingHandler.
Definition at line 28 of file FileLoggingHandler.php.
|
protected |
Definition at line 22 of file FileLoggingHandler.php.
|
protected |
Definition at line 38 of file FileLoggingHandler.php.