| Authen-Simple documentation | view source | Contained in the Authen-Simple distribution. |
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.
Christian Hansen ch@ngmedia.com
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Authen-Simple documentation | view source | Contained in the Authen-Simple distribution. |