SYNOPSIS
    $log = Authen::Simple::Log->new;
    $log->error($message);
    $log->warn($message);
DESCRIPTION
Default log class for Authen::SimpleMETHODS
- 
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. 
AUTHOR
Christian Hansen "[email protected]"COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

