CBX WP Write Log
A simple dev plugin that helps to write something to debug log file and view log file
by Codeboxr · github.com/manchumahara/cbxwpwritelog · website
★ 12stars
43release downloads
≈10active sites
2forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/manchumahara/cbxwpwritelog/releases/download/V1.0.4/cbxwpwritelog.zipReadme
This plugin adds a helper function to write log in wordpress debug file. This plugin also writes email send fail logs
Usages:
- Write log
if (function_exists( 'write_log' ) ) { write_log('testing a variable output'); write_log($name); } - View Log http://your_domain/?cbxwpwritelog=1
For any query contact us
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
cbxwpwritelogfolder to the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- call function
<?php write_log('your content, variable or object here'); ?>in your templates or plugin anywhere where you need to - There are other ways to install a plugin please check WordPress Codex https://codex.wordpress.org/Managing_Plugins
To enable debug you need put following in your WordPress wp-config.php file
//to enable debug
define('WP_DEBUG', true); //enable debugs
define( 'WP_DEBUG_DISPLAY', true); //displays debug , if you don't show set it false
define( 'WP_DEBUG_LOG', true); //stores debug in wp-content/debug.log or as you configure your wp content folder
//to enable/disable email fail or success debug
define('CBXWPWRITELOG_EMAIL_FAILED', false); //set true to enable email fail debug
define('CBXWPWRITELOG_EMAIL_SENT', false); //set true to enable email success debug
Screenshots

Changelog
= 1.0.4 =
- View error log http://your_domain/?cbxwpwritelog=1
= 1.0.3 =
- Debug boolean in better way
= 1.0.2 =
- Email sent or fail debug
= 1.0.1 =
- Initial version released
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| V1.0.4 | Mar 7, 2023 | cbxwpwritelog.zip | 20 |
| V1.0.3 | Feb 18, 2020 | cbxwpwritelog.zip | 16 |
| 1.0.2 | Jan 12, 2020 | cbxwpwritelog.zip | 7 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.