NAME
Log::Unrotate::Cursor::File - file keeping unrotate position
VERSION
version 1.30
SYNOPSIS
use Log::Unrotate::Cursor::File;
$cursor = Log::Unrotate::Cursor::File->new($file, { lock => "blocking" });
METHODS
- new($file, $options)
- new($file)
-
Construct the cursor from the file.
$options
is an optional hashref.lock option describes the locking behavior. See
Log::Unrotate
for details.rollback_period option defines the target rollback time in seconds. If 0, rollback behaviour will be off.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 44:
=over without closing =back