• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Log/H25-Apr-2013-1,190296

t/H25-Apr-2013-293217

CHANGESH A D25-Apr-2013853 2319

MANIFESTH A D25-Apr-2013382 1514

META.jsonH A D25-Apr-20131.1 KiB5251

META.ymlH A D25-Apr-2013657 3029

Makefile.PLH A D23-Jan-20132 KiB4943

READMEH A D23-Jan-20131.2 KiB4228

README

1This is the README file for Log::Message, a small and powerful generic
2message logging module.
3
4Please type "perldoc Log::Message" after installation to see the module
5usage information.
6
7#####################################################################
8
9* Description
10
11Log::Message
12    This module enables you to do generic message logging throughout
13    programs and projects. Every message will be logged with
14    stacktraces, timestamps and so on. You can use built-in handlers
15    immediately, or after the fact when you inspect the error stack. It
16    is highly configurable and let's you even provide your own handlers
17    for dealing with messages.
18
19
20#####################################################################
21
22* Installation
23
24Log::Message uses the standard perl module install process:
25
26perl Makefile.PL
27make
28make test
29make install
30
31######################################################################
32
33AUTHOR
34    This module by Jos Boumans <kane@cpan.org>.
35
36COPYRIGHT
37    This module is copyright (c) 2002 Jos Boumans <kane@cpan.org>. All
38    rights reserved.
39
40    This library is free software; you may redistribute and/or modify it
41    under the same terms as Perl itself.
42