(Foundation) Deprecate in future versions or write a wrapper for Foundation Logger so that all methods are accessible through gravity()->plugin->log() or something.
More...
(Foundation) Deprecate in future versions or write a wrapper for Foundation Logger so that all methods are accessible through gravity()->plugin->log() or something.
Definition at line 8 of file class-gravityview-logging.php.
◆ __construct()
◆ get_print_function()
static get_print_function |
( |
| ) |
|
|
static |
Get the name of the function to print messages for debugging.
This is necessary because ob_start()
doesn't allow print_r()
inside it.
- Returns
- string "print_r" or "var_export"
Definition at line 32 of file class-gravityview-logging.php.
◆ log_debug()
static log_debug |
( |
|
$message = '' , |
|
|
|
$data = null |
|
) |
| |
|
static |
◆ log_error()
static log_error |
( |
|
$message = '' , |
|
|
|
$data = null |
|
) |
| |
|
static |
◆ $_logger
The documentation for this class was generated from the following file: