agent::file::native(3)

NAME

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

SYNOPSIS

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

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.

AUTHOR

Raphael Manfredi <Raphael_Manfredi@pobox.com>

SEE ALSO

Log::Agent::File::Rotate(3), Log::Agent::Driver::File(3).
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout