debian man page for authen::simple::log

Query: authen::simple::log

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Authen::Simple::Log(3pm)				User Contributed Perl Documentation				  Authen::Simple::Log(3pm)

NAME
Authen::Simple::Log - Simple log class
SYNOPSIS
$log = Authen::Simple::Log->new; $log->error($message); $log->warn($message);
DESCRIPTION
Default log class for Authen::Simple
METHODS
o new Constructor, takes no parameters. o debug (@) Does nothing. o error (@) Logs a error message to "STDERR". o info (@) Does nothing. o warn (@) Logs a warning message to "STDERR" if $^W is true.
SEE ALSO
Authen::Simple Authen::Simple::Adapter
AUTHOR
Christian Hansen "chansen@cpan.org"
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-04-19 Authen::Simple::Log(3pm)
Related Man Pages
authen::simple::dbm(3pm) - debian
authen::simple::http(3pm) - debian
authen::simple::passwd(3pm) - debian
authen::simple::smb(3pm) - debian
authen::simple::smtp(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph