Docs

EVF_Log_Handler::format_entry( int $timestamp, string $level, string $message, array $context ): string

Builds a log entry text from level, timestamp and message.

Parameters

$timestampintrequired
Log timestamp.
$levelstringrequired
emergency|alert|critical|error|warning|notice|info|debug.
$messagestringrequired
Log message.
$contextarrayrequired
Additional information for log handlers.

Return

string Formatted log entry.

Hooks

apply_filters( ‘everest_forms_format_log_entry’ )

Log handling functionality.