1JavaMap::FileAppender(3U)ser Contributed Perl DocumentatiJoanvaMap::FileAppender(3)
2
3
4
6 Log::Log4perl::JavaMap::FileAppender - wraps Log::Dispatch::File
7
10 Possible config properties for log4j ConsoleAppender are
11
12 File
13 Append "true|false|1|0" default=true
14 BufferedIO "true|false|1|0" default=false (i.e. autoflush is on)
15
16 Possible config properties for Log::Dispatch::File are
17
18 filename
19 mode "write|append"
20 autoflush 0|1
21
23 http://jakarta.apache.org/log4j/docs/
24
25 Log::Log4perl::Javamap
26
27 Log::Dispatch::File
28
30 Copyright 2002-2013 by Mike Schilli <m@perlmeister.com> and Kevin Goess
31 <cpan@goess.org>.
32
33 This library is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35
37 Please contribute patches to the project on Github:
38
39 http://github.com/mschilli/log4perl
40
41 Send bug reports or requests for enhancements to the authors via our
42
43 MAILING LIST (questions, bug reports, suggestions/patches):
44 log4perl-devel@lists.sourceforge.net
45
46 Authors (please contact them via the list above, not directly): Mike
47 Schilli <m@perlmeister.com>, Kevin Goess <cpan@goess.org>
48
49 Contributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens
50 Berthold, Jeremy Bopp, Hutton Davidson, Chris R. Donnelly, Matisse
51 Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon, Carl Franks, Dennis
52 Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier David
53 Hull, Robert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter,
54 Brett Rann, Peter Rabbitson, Erik Selberg, Aaron Straup Cope, Lars
55 Thegler, David Viner, Mac Yang.
56
57
58
59perl v5.36.0 2023-01-20 JavaMap::FileAppender(3)