GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
The abstract class. More...
Public Member Functions | |
alert ($message, array $context=array()) | |
Action must be taken immediately. More... | |
critical ($message, array $context=array()) | |
Critical conditions. More... | |
debug ($message, array $context=array()) | |
Detailed debug information. More... | |
emergency ($message, array $context=array()) | |
System is unusable. More... | |
error ($message, array $context=array()) | |
Runtime errors that do not require immediate action but should typically be logged and monitored. More... | |
info ($message, array $context=array()) | |
Interesting events. More... | |
notice ($message, array $context=array()) | |
Normal but significant events. More... | |
warning ($message, array $context=array()) | |
Exceptional occurrences that are not errors. More... | |
Protected Member Functions | |
interpolate ( $message, $context) | |
Bake the context into { } placeholders in the message. More... | |
The abstract class.
: (Foundation) Deprecate in future versions.
Definition at line 28 of file class-gv-logger.php.
alert | ( | $message, | |
array | $context = array() |
||
) |
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 |
Definition at line 53 of file class-gv-logger.php.
critical | ( | $message, | |
array | $context = array() |
||
) |
Critical conditions.
Example: Application component unavailable, unexpected exception.
string | $message | |
array | $context |
Definition at line 68 of file class-gv-logger.php.
debug | ( | $message, | |
array | $context = array() |
||
) |
Detailed debug information.
string | $message | |
array | $context |
Definition at line 139 of file class-gv-logger.php.
emergency | ( | $message, | |
array | $context = array() |
||
) |
System is unusable.
string | $message | |
array | $context |
Definition at line 37 of file class-gv-logger.php.
error | ( | $message, | |
array | $context = array() |
||
) |
Runtime errors that do not require immediate action but should typically be logged and monitored.
string | $message | |
array | $context |
Definition at line 82 of file class-gv-logger.php.
info | ( | $message, | |
array | $context = array() |
||
) |
Interesting events.
Example: User logs in, SQL logs.
string | $message | |
array | $context |
Definition at line 126 of file class-gv-logger.php.
|
protected |
Bake the context into { } placeholders in the message.
string | $message | |
array | $context |
Definition at line 151 of file class-gv-logger.php.
References gravityview().
notice | ( | $message, | |
array | $context = array() |
||
) |
Normal but significant events.
string | $message | |
array | $context |
Definition at line 111 of file class-gv-logger.php.
warning | ( | $message, | |
array | $context = array() |
||
) |
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 |
Definition at line 98 of file class-gv-logger.php.