DOKK / manpages / debian 12 / liblog-agent-perl / Log::Agent::File::Native.3pm.en
Agent::File::Native(3pm) User Contributed Perl Documentation Agent::File::Native(3pm)

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

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

This class is a stripped down implementation of IO::File, to avoid using the IO::* hierarchy which does not work properly for my simple needs.

This is the creation routine. Encapsulates the glob reference so that we can use object-oriented calls on it.
Prints args to the file.

Raphael Manfredi <Raphael_Manfredi@pobox.com>

Log::Agent::File::Rotate(3), Log::Agent::Driver::File(3).

2022-10-15 perl v5.34.0