1Authen::Simple::Log(3)User Contributed Perl DocumentationAuthen::Simple::Log(3)
2
3
4

NAME

6       Authen::Simple::Log - Simple log class
7

SYNOPSIS

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

DESCRIPTION

14       Default log class for Authen::Simple
15

METHODS

17       ·   new
18
19           Constructor, takes no parameters.
20
21       ·   debug (@)
22
23           Does nothing.
24
25       ·   error (@)
26
27           Logs a error message to "STDERR".
28
29       ·   info (@)
30
31           Does nothing.
32
33       ·   warn (@)
34
35           Logs a warning message to "STDERR" if $^W is true.
36

SEE ALSO

38       Authen::Simple
39
40       Authen::Simple::Adapter
41

AUTHOR

43       Christian Hansen "chansen@cpan.org"
44
46       This program is free software, you can redistribute it and/or modify it
47       under the same terms as Perl itself.
48
49
50
51perl v5.30.1                      2020-01-29            Authen::Simple::Log(3)
Impressum