Get the full filename (including path) for the given log name
Usage
$string = $log->getFilename(string $name);
Arguments
Name | Type(s) | Description |
---|---|---|
name | string | Name of log (not including extension) |
Return value
string
Filename to log file
Exceptions
Method can throw exceptions on error:
WireException
- If given invalid log name
API reference based on ProcessWire core version 3.0.236