SYNOPSIS

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

DESCRIPTION

Default log class for Authen::Simple

METHODS

  • new Constructor, takes no parameters.

  • debug (@) Does nothing.

  • error (@) Logs a error message to \*(C`STDERR\*(C'.

  • info (@) Does nothing.

  • warn (@) Logs a warning message to \*(C`STDERR\*(C' if $^W is true.

RELATED TO Authen::Simple::Log…

Authen::Simple

Authen::Simple::Adapter

AUTHOR

Christian Hansen \*(C`[email protected]\*(C'

COPYRIGHT

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