Overview
Since version 1.5.0 PEAR::Auth provides a facility
for retrieving logs of its internal behaviour. This is implemented using
PEAR::Log
and its log observer components.
Auth provides two levels of log messages which map
to the Log priority levels
PEAR_LOG_INFO and PEAR_LOG_DEBUG.
PEAR_LOG_INFO messages provide basic information about
Auth's decisions, for example user authentication
successful/failed, rendering login screen.
PEAR_LOG_DEBUG messages provide detailed information
about what is happening within the internals of Auth, for example which
functions are called, logic tracking for the Authentication method, what
SQL queries are being run against the database backends.