This package can be used to log events to a file, e-mail or a MySQL database.
There is a base class that can store the log messages to each of the log targets.
It stores the log message as well the current date and time.
There is also a base class that is necessary to establish a connection to a MySQL database when this is the chosen log target. It can also execute and log arbitrary SQL queries.