| Log-Dispatch-Binlog documentation | Contained in the Log-Dispatch-Binlog distribution. |
Log::Dispatch::Binlog - Storable based binary logs.
use Log::Dispatch::Binlog::File; # or use Log::Dispatch::Binlog::Handle;
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.
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.
Yuval Kogman <nothingmuch@woobling.org>
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.
| Log-Dispatch-Binlog documentation | Contained in the Log-Dispatch-Binlog distribution. |
#!/usr/bin/perl package Log::Dispatch::Binlog; use strict; use vars qw($VERSION); $VERSION = "0.02"; __PACKAGE__ __END__