Log::Dispatch::Binlog::File - A subclass of L that logs


Log-Dispatch-Binlog documentation  | view source Contained in the Log-Dispatch-Binlog distribution.

Index


NAME

Top

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

SYNOPSIS

Top

	use Log::Dispatch::Binlog::File;

	my $output Log::Dispatch::Binlog::File->new(
		# Log::Dispatch::File options go here
	);

DESCRIPTION

Top

Instead of printing messages this will store all of the params to log_dispatch using nstore_fd in Storable.

SEE ALSO

Top

Log::Dispatch::File


Log-Dispatch-Binlog documentation  | view source Contained in the Log-Dispatch-Binlog distribution.