1JavaMap::JDBCAppender(3U)ser Contributed Perl DocumentatiJoanvaMap::JDBCAppender(3)
2
3
4
6 Log::Log4perl::JavaMap::JDBCAppender - wraps
7 Log::Log4perl::Appender::DBI
8
11 Possible config properties for log4j JDBCAppender are
12
13 bufferSize
14 sql
15 password
16 user
17 URL - attempting to translate a JDBC URL into DBI parameters,
18 let me know if you find problems
19
20 Possible config properties for Log::Log4perl::Appender::DBI are
21
22 bufferSize
23 sql
24 password
25 username
26 datasource
27
28 usePreparedStmt 0|1
29
30 (patternLayout).dontCollapseArrayRefs 0|1
31
33 http://jakarta.apache.org/log4j/docs/
34
35 Log::Log4perl::Javamap
36
37 Log::Log4perl::Appender::DBI
38
40 Copyright 2002-2013 by Mike Schilli <m@perlmeister.com> and Kevin Goess
41 <cpan@goess.org>.
42
43 This library is free software; you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
47 Please contribute patches to the project on Github:
48
49 http://github.com/mschilli/log4perl
50
51 Send bug reports or requests for enhancements to the authors via our
52
53 MAILING LIST (questions, bug reports, suggestions/patches):
54 log4perl-devel@lists.sourceforge.net
55
56 Authors (please contact them via the list above, not directly): Mike
57 Schilli <m@perlmeister.com>, Kevin Goess <cpan@goess.org>
58
59 Contributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens
60 Berthold, Jeremy Bopp, Hutton Davidson, Chris R. Donnelly, Matisse
61 Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon, Carl Franks, Dennis
62 Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier David
63 Hull, Robert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter,
64 Brett Rann, Peter Rabbitson, Erik Selberg, Aaron Straup Cope, Lars
65 Thegler, David Viner, Mac Yang.
66
67
68
69perl v5.38.0 2023-07-20 JavaMap::JDBCAppender(3)