Docs

EVF_Log_Handler_File::open( string $handle, string $mode = 'a' ): bool

Open log file for writing.

Parameters

$handlestringrequired
Log handle.
$modestringoptional
File mode. Default 'a'.

Default:'a'

Return

bool Success.