The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Log::Dispatch::Binlog::File - A subclass of Log::Dispatch::File that logs with Storable.

SYNOPSIS

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.

SEE ALSO

Log::Dispatch::File