The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.