logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Raphael Manfredi <Raphael_Manfredi@pobox.com>

Description

       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.

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

       print args
           Prints args to the file.

Name

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

See Also

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

perl v5.36.0                                       2022-10-15                           Agent::File::Native(3pm)

Synopsis

        require Log::Agent::File::Native;

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

See Also