Docs

EVF_Log_Handler_File::get_log_file_name( string $handle ): bool|string

Get a log file name.

Description

File names consist of the handle, followed by the date, followed by a hash, .log.

Parameters

$handlestringrequired
Log name.

Return

bool|string The log file name or false if cannot be determined.

Changelog

VersionDescription
3.3Introduced.