DOKK / manpages / debian 10 / libauthen-simple-perl / Authen::Simple::Log.3pm.en
Authen::Simple::Log(3pm) User Contributed Perl Documentation Authen::Simple::Log(3pm)

Authen::Simple::Log - Simple log class

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

Default log class for Authen::Simple

  • 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.

Authen::Simple

Authen::Simple::Adapter

Christian Hansen "chansen@cpan.org"

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

2012-04-19 perl v5.14.2