by Byron Jacobs on WordPress.org
A sleek, modern plugin to manage WordPress debug logs with custom directories, levels, and advanced AJAX filtering.
Custom Logs is a powerful and user-friendly plugin designed to help WordPress developers and administrators manage debug logs efficiently. With a modern interface, it offers complete control over custom and WP_DEBUG logs, including custom directories, log levels, and real-time AJAX filtering.
This is the initial release (v1.0), providing a robust foundation for log management with advanced features like AJAX filtering built-in from the start.
To log custom messages, use the custom_logs() function in your code:
`php
customdebug_log(“This is a test message”, “info”);