$loggetFilename()

Get the full filename (including path) for the given log name

Usage

$string = $log->getFilename(string $name);

Arguments

NameType(s)Description
$namestring

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


$log methods and properties

API reference based on ProcessWire core version 3.0.251