Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Log::Dispatch::Binlog::File - A subclass of Log::Dispatch::File that logs with Storable.
SYNOPSIS
use Log::Dispatch::Binlog::File;
my $output Log::Dispatch::Binlog::File->new(
# Log::Dispatch::File options go here
);
DESCRIPTION
Instead of printing messages this will store all of the params to log_dispatch
using "nstore_fd" in Storable.