1Agent::File::Native(3)User Contributed Perl DocumentationAgent::File::Native(3)
2
3
4
6 Log::Agent::File::Native - low-overhead IO::File
7
9 require Log::Agent::File::Native;
10
11 my $fh = Log::Agent::File::Native->make(\*main::STDERR);
12
14 This class is a stripped down implementation of IO::File, to avoid
15 using the IO::* hierarchy which does not work properly for my simple
16 needs.
17
18 make glob
19 This is the creation routine. Encapsulates the glob reference so
20 that we can use object-oriented calls on it.
21
22 print args
23 Prints args to the file.
24
26 Raphael Manfredi <Raphael_Manfredi@pobox.com>
27
29 Log::Agent::File::Rotate(3), Log::Agent::Driver::File(3).
30
31
32
33perl v5.28.1 2017-10-27 Agent::File::Native(3)