Error handler Interface provided by System to derive your own loghandlers from.
Counter Log Class provided by System to count calls to the Site.
All other log Classes are derived from this.
Cron Log Class provided by System for Cron Messages.
All other log Classes are derived from this.
Deprecated Log Class provided by System for marking code as Deprecated.
All other log Classes are derived from this.
Error Log Class provided by System for all kinds of Errors.
All other log Classes are derived from this.
Error Exception Log Class provided by System for Errors Exceptions.
All other error exception Classes are derived from this.
Error handler Class provided by System to log to the database.
Register this before every other handler, cuz this will need to handle every single error.
Error handler Class provided by System to return the Error as JSON.
Register this Handler as last one
Info Log Class provided by System for logging Infos.
All other log Classes are derived from this.
Shutdown Exception Class provided by System for logging Shutdown Exceptions.
All other error exception Classes are derived from this.
System Exception Class provided by System for logging all kinds of System Exceptions.
All other error exception Classes are derived from this.
System Exception Class provided by System for logging all kinds of System Exceptions.
All other log Classes are derived from this.
Todo Class provided by System for logging todos.
All other log Classes are derived from this.