1Agent::File::Native(3)User Contributed Perl DocumentationAgent::File::Native(3)
2
3
4

NAME

6       Log::Agent::File::Native - low-overhead IO::File
7

SYNOPSIS

9        require Log::Agent::File::Native;
10
11        my $fh = Log::Agent::File::Native->make(\*main::STDERR);
12

DESCRIPTION

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

AUTHOR

26       Raphael Manfredi <Raphael_Manfredi@pobox.com>
27

SEE ALSO

29       Log::Agent::File::Rotate(3), Log::Agent::Driver::File(3).
30
31
32
33perl v5.36.0                      2022-07-22            Agent::File::Native(3)
Impressum