Just Log is a simple, lightweight, and efficient logging solution for WordPress developers. Instantly log, search, and manage debug data with a beautiful admin interface—no coding hassle, no bloat.


🚀 Key Features

  • WordPress Database or File Storage – Choose between MySQL or file-based logging for maximum flexibility.
  • Real-time Search – Instantly filter and find logs as you type.
  • Modern UI – Clean, card-based log viewer that fits right into your WordPress admin.
  • Contextual Logging – Automatically records file, line, function, and class for every log entry.
  • JSON Pretty Print – Read complex data at a glance.
  • Easy Cleanup – Clear all logs with a single click.
  • Multisite Compatible – Works seamlessly across all your sites.

🛠️ How to Use

  1. Install & Activate:
    Upload the plugin and activate it from your WordPress dashboard.
  2. Log Anything:
    Use the simple function in your code:
   just_log('A message');
   just_log($array, $object, 'More info');
  1. View Logs:
  • Go to the Just Log menu in your WordPress admin.
  • Use the search box to filter logs.
  • Click on JSON data to expand/collapse.
  • Use floating scroll buttons for easy navigation.
  1. Clear Logs:
    Click the Reset Logs button to instantly clear all entries.

💡 Why Choose Just Log?

  • No configuration required—works out of the box.
  • No performance bloat—optimized for development and debugging.
  • No data collection—your logs stay on your server.

📦 Requirements

  • WordPress 5.0+
  • PHP 7.2+

📸 Screenshots

  • Main log viewer with search
  • Detailed log entry with file/function info
  • JSON data with syntax highlighting

🙋 Frequently Asked Questions

Q: How do I log data?
A: Use the just_log() function anywhere in your PHP code.

Q: Can I log arrays and objects?
A: Yes! Any data type is supported and displayed in a readable format.

Q: Will this slow down my site?
A: Just Log is lightweight, but for best performance, use it in development or staging environments.

Q: Is it multisite compatible?
A: Yes, each site has its own separate logs.


👨‍💻 Developer Friendly

  • Open source and extensible
  • Clean codebase
  • Pull requests welcome on GitHub

📝 License

GPL v2 or later


🙏 Credits

Created by Masiur Siddiki