Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

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

SYNOPSIS

my $output Log::Dispatch::Binlog::Handle->new(
# Log::Dispatch::Handle 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::Handle