| Log-Dispatch-Binlog documentation | view source | Contained in the Log-Dispatch-Binlog distribution. |
Log::Dispatch::Binlog::Handle - A subclass of Log::Dispatch::Handle that logs with Storable.
use Log::Dispatch::Binlog::Handle; my $output Log::Dispatch::Binlog::Handle->new( # Log::Dispatch::Handle options go here );
Instead of printing messages this will store all of the params to
log_dispatch using nstore_fd in Storable.
| Log-Dispatch-Binlog documentation | view source | Contained in the Log-Dispatch-Binlog distribution. |