1Logger(3) User Contributed Perl Documentation Logger(3)
2
3
4
6 Log::Log4perl::Logger - Main Logger Class
7
9 # It's not here
10
12 While everything that makes Log4perl tick is implemented here, please
13 refer to Log::Log4perl for documentation.
14
16 Copyright 2002-2013 by Mike Schilli <m@perlmeister.com> and Kevin Goess
17 <cpan@goess.org>.
18
19 This library is free software; you can redistribute it and/or modify it
20 under the same terms as Perl itself.
21
23 Please contribute patches to the project on Github:
24
25 http://github.com/mschilli/log4perl
26
27 Send bug reports or requests for enhancements to the authors via our
28
29 MAILING LIST (questions, bug reports, suggestions/patches):
30 log4perl-devel@lists.sourceforge.net
31
32 Authors (please contact them via the list above, not directly): Mike
33 Schilli <m@perlmeister.com>, Kevin Goess <cpan@goess.org>
34
35 Contributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens
36 Berthold, Jeremy Bopp, Hutton Davidson, Chris R. Donnelly, Matisse
37 Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon, Carl Franks, Dennis
38 Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier David
39 Hull, Robert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter,
40 Brett Rann, Peter Rabbitson, Erik Selberg, Aaron Straup Cope, Lars
41 Thegler, David Viner, Mac Yang.
42
43
44
45perl v5.36.0 2022-10-24 Logger(3)