Authen::Simple::Log - Simple log class


Authen-Simple documentation  | view source Contained in the Authen-Simple distribution.

Index


NAME

Top

Authen::Simple::Log - Simple log class

SYNOPSIS

Top

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

DESCRIPTION

Top

Default log class for Authen::Simple

METHODS

Top

* 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.

SEE ALSO

Top

Authen::Simple

Authen::Simple::Adapter

AUTHOR

Top

Christian Hansen ch@ngmedia.com

COPYRIGHT

Top


Authen-Simple documentation  | view source Contained in the Authen-Simple distribution.