-
-
12 Apr 2021 00:08:29 UTC
- Distribution: Log-Agent
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (166 / 0 / 0)
- Kwalitee
Bus factor: 1- License: artistic_2
- Activity
24 month- Tools
- Download (56.02KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Tie::Array
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Log::Agent::File::Native - low-overhead IO::File
SYNOPSIS
require Log::Agent::File::Native; my $fh = Log::Agent::File::Native->make(\*main::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).
Module Install Instructions
To install Log::Agent, copy and paste the appropriate command in to your terminal.
cpanm Log::Agent
perl -MCPAN -e shell install Log::Agent
For more information on module installation, please visit the detailed CPAN module installation guide.