Docs

EVF_Log_Handler_File::should_rotate( string $handle ): bool

Check if log file should be rotated.

Description

Compares the size of the log file to determine whether it is over the size limit.

Parameters

$handlestringrequired
Log handle.

Return

bool True if if should be rotated.