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 - Storable based binary logs.
SYNOPSIS
use Log::Dispatch::Binlog::File;
# or
use Log::Dispatch::Binlog::Handle;
DESCRIPTION
The two classes provide in this distribution provide Storable based binary logging for Log::Dispatch.
This is useful for testing your log output, or for delegating log output to a listener on a socket without losing high level information.
This file is just for documentation/version purposes, you must use one of Log::Dispatch::Binlog::File or Log::Dispatch::Binlog::Handle directly.
VERSION CONTROL
This module is maintained using Darcs. You can get the latest version from http://nothingmuch.woobling.org/code, and use darcs send
to commit changes.
AUTHOR
Yuval Kogman <nothingmuch@woobling.org>
COPYRIGHT
Copyright (c) 2008 Yuval Kogman. All rights reserved
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.