Authen::Simple::Log - Simple log class


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

the Authen::Simple manpage

the Authen::Simple::Adapter manpage


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.