Simple php database logging class with a simple front end to view logs. Allows fine grained tagging. You can also store data with each log and tag a log with as many tags as you need
Features
- Very simple class.
- Very small foot print, integrates easily into any PHP application.
- Minimal configuration, you can get it up and running in minutes and also start monitoring your logs
- Log tables can be created daily or hourly based on system load
- Logs can be classified into error, debug, warning, info and trace
- Additional data for the logs can be stored in either json or serialized format. For example if you are debugging some user and you want to log an error, you can also log the entire user object or array with that log.
- Tagging system. Every log can be tagged. For example, at the top level a log can be classified as Error. But you can also tag it with additional tags. Examples of tags are network error, database error, user error.
- Simple and intuitive web interface from which you can monitor your logs
- cron script to periodically process the log tables. The cron script takes all the information and merges with the Master Log table so that you can analyze logs and tags later.
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow phpDBLogger
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of phpDBLogger!