Christian Hansen > Authen-Simple-0.4 > Authen::Simple::Log

Download:
Authen-Simple-0.4.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  2
View Bugs
Report a bug
Source  

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 ^

SEE ALSO ^

Authen::Simple

Authen::Simple::Adapter

AUTHOR ^

Christian Hansen ch@ngmedia.com

COPYRIGHT ^

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.