Log-Deep

The Log::Deep module provides a logging module that can automatically store
detailed state at the time when the log message was written. Also provided
is the Log::Deep::Read module and deep command which provide a pretty way of
displaying and searching log files generated by Log::Deep.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Log::Deep
    perldoc Log::Deep::Read
    deep --help
    deep --man

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Deep

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Log-Deep

    CPAN Ratings
        http://cpanratings.perl.org/d/Log-Deep

    Search CPAN
        http://search.cpan.org/dist/Log-Deep

    Source Code
        git://github.com/ivanwills/Log-Deep.git

COPYRIGHT AND LICENCE

Copyright (C) 2008 Ivan Wills

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.