Cartflows_Log_Handler_File::get_log_file_name( string $handle )
Get a log file name.
Description
File names consist of the handle, followed by the date, followed by a hash, .log.
Parameters
- $handle
-
(string) (Required) Log name.
Return
(bool|string) The log file name or false if cannot be determined.
Source
File: classes/logger/class-cartflows-log-handler-file.php
Changelog
Version | Description |
---|---|
3.3 | Introduced. |