ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
emergency ($message, array $context=array()) | |
System is unusable. More... | |
alert ($message, array $context=array()) | |
Action must be taken immediately. More... | |
critical ($message, array $context=array()) | |
Critical conditions. More... | |
error ($message, array $context=array()) | |
Runtime errors that do not require immediate action but should typically be logged and monitored. More... | |
warning ($message, array $context=array()) | |
Exceptional occurrences that are not errors. More... | |
notice ($message, array $context=array()) | |
Normal but significant events. More... | |
info ($message, array $context=array()) | |
Interesting events. More... | |
debug ($message, array $context=array()) | |
Detailed debug information. More... | |
log ($level, $message, array $context=array()) | |
Logs with an arbitrary level. More... | |
Definition at line 7 of file Logger.php.
Action must be taken immediately.
Example: Entire website down, database unavailable, etc. This should trigger the SMS alerts and wake you up.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 31 of file Logger.php.
References $message, and SimpleSAML\Logger\alert().
Critical conditions.
Example: Application component unavailable, unexpected exception.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 45 of file Logger.php.
References $message, and SimpleSAML\Logger\critical().
Detailed debug information.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 111 of file Logger.php.
References $message, and SimpleSAML\Logger\debug().
System is unusable.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 16 of file Logger.php.
References $message, and SimpleSAML\Logger\emergency().
Runtime errors that do not require immediate action but should typically be logged and monitored.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 58 of file Logger.php.
References $message, and SimpleSAML\Logger\error().
Interesting events.
Example: User logs in, SQL logs.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 99 of file Logger.php.
References $message, and SimpleSAML\Logger\info().
Logs with an arbitrary level.
mixed | $level | |
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 124 of file Logger.php.
References $message, SimpleSAML\Logger\alert(), SimpleSAML\Logger\critical(), DEBUG, SimpleSAML\Logger\debug(), SimpleSAML\Logger\emergency(), SimpleSAML\Logger\error(), SimpleSAML\Logger\info(), SimpleSAML\Logger\notice(), and SimpleSAML\Logger\warning().
Normal but significant events.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 85 of file Logger.php.
References $message, and SimpleSAML\Logger\notice().
Exceptional occurrences that are not errors.
Example: Use of deprecated APIs, poor use of an API, undesirable things that are not necessarily wrong.
string | $message | |
array | $context |
Implements Psr\Log\LoggerInterface.
Definition at line 73 of file Logger.php.
References $message, and SimpleSAML\Logger\warning().