1Authen::Simple::Log(3)User Contributed Perl DocumentationAuthen::Simple::Log(3)
2
3
4
6 Authen::Simple::Log - Simple log class
7
9 $log = Authen::Simple::Log->new;
10 $log->error($message);
11 $log->warn($message);
12
14 Default log class for Authen::Simple
15
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
38 Authen::Simple
39
40 Authen::Simple::Adapter
41
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.34.0 2022-01-20 Authen::Simple::Log(3)