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
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of phpDBLogger!