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
Constructor, takes no parameters.
Does nothing.
Logs a error message to "STDERR".
Does nothing.
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.
2021-01-02 | perl v5.32.0 |