1Appender::TestFileCreepUesre(r3)Contributed Perl DocumenAtpapteinodner::TestFileCreeper(3)
2
3
4

NAME

6       Log::Log4perl::Appender::TestFileCreeper - Intentionally slow test
7       appender
8

SYNOPSIS

10           use Log::Log4perl::Appender::TestFileCreeper;
11
12           my $app = Log::Log4perl::Appender::TestFileCreeper->new(
13             filename  => 'file.log',
14             mode      => 'append',
15           );
16
17           $file->log(message => "Log me\n");
18

DESCRIPTION

20       This is a test appender, and it is intentionally slow. It writes out
21       one byte at a time to provoke sync errors. Don't use it, unless for
22       testing.
23

LICENSE

25       Copyright 2002-2013 by Mike Schilli <m@perlmeister.com> and Kevin Goess
26       <cpan@goess.org>.
27
28       This library is free software; you can redistribute it and/or modify it
29       under the same terms as Perl itself.
30

AUTHOR

32       Please contribute patches to the project on Github:
33
34           http://github.com/mschilli/log4perl
35
36       Send bug reports or requests for enhancements to the authors via our
37
38       MAILING LIST (questions, bug reports, suggestions/patches):
39       log4perl-devel@lists.sourceforge.net
40
41       Authors (please contact them via the list above, not directly): Mike
42       Schilli <m@perlmeister.com>, Kevin Goess <cpan@goess.org>
43
44       Contributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens
45       Berthold, Jeremy Bopp, Hutton Davidson, Chris R. Donnelly, Matisse
46       Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon, Carl Franks, Dennis
47       Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier  David
48       Hull, Robert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter,
49       Brett Rann, Peter Rabbitson, Erik Selberg, Aaron Straup Cope, Lars
50       Thegler, David Viner, Mac Yang.
51
52
53
54perl v5.28.1                      2017-02-21      Appender::TestFileCreeper(3)
Impressum