Skip to content
Docs
Search
Sample Page
Home
Functions
evf_get_log_file_path()
evf_get_log_file_path(
string
$handle
):
string
Get a log file path.
Parameters
$handle
string
required
name.
Return
string
the log file path.
Related
Uses
Description
EVF_Log_Handler_File::get_log_file_path()
includes/log-handlers/class-evf-log-handler-file.php
Get a log file path.
Changelog
Version
Description
1.0.0
Introduced.