GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions | Protected Member Functions | Protected Attributes
GravityFormsHandler Class Reference

Handler for Gravity Forms logging. More...

Inheritance diagram for GravityFormsHandler:

Public Member Functions

 __construct ( $logger_id, $logger_title, $level=MonologLogger::DEBUG, $bubble=true)
 Class constructor. More...
 

Protected Member Functions

 write (array $record)
 {} More...
 

Protected Attributes

 $_logger_id
 
 $_logger_title
 

Detailed Description

Handler for Gravity Forms logging.

Definition at line 20 of file GravityFormsHandler.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $logger_id,
  $logger_title,
  $level = MonologLogger::DEBUG,
  $bubble = true 
)

Class constructor.

Since
1.0.0
Parameters
string$logger_idLogger unique ID ("slug" as used by GFAddOn).
string$logger_titleLogger title ("title" as used by GFAddOn).
int | string$levelThe minimum logging level at which this handler will be triggered. Default: DEBUG (100).
bool$bubbleWhether the messages that are handled can bubble up the stack or not. Default: true.
Returns
void

Definition at line 47 of file GravityFormsHandler.php.

Member Function Documentation

◆ write()

write ( array  $record)
protected

{}

Definition at line 67 of file GravityFormsHandler.php.

Field Documentation

◆ $_logger_id

$_logger_id
protected

Definition at line 26 of file GravityFormsHandler.php.

◆ $_logger_title

$_logger_title
protected

Definition at line 33 of file GravityFormsHandler.php.


The documentation for this class was generated from the following file: