Log handler that saves all output to a file.
Log handler that saves all output to a file.
__construct($filename, $timestamps=true) ¶Constructor for the AnewtLogHandlerFile.
$filenameThe filename to log to.
$timestampsWhether to enable timestamp output in the log file (on by default).
$timestamps [private] ¶Whether to output timestamps.