logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Authen::Simple::Log - Simple log class

Author

       Christian Hansen "chansen@cpan.org"

Description

       Default log class for Authen::Simple

Methods

       •   new

           Constructor, takes no parameters.

       •   debug (@)

           Does nothing.

       •   error (@)

           Logs a error message to "STDERR".

       •   info (@)

           Does nothing.

       •   warn (@)

           Logs a warning message to "STDERR" if $^W is true.

Name

       Authen::Simple::Log - Simple log class

See Also

       Authen::Simple

       Authen::Simple::Adapter

Synopsis

           $log = Authen::Simple::Log->new;
           $log->error($message);
           $log->warn($message);

See Also