aaLogWP
Allows developers to log variables, see the call stack, and benchmark code; all to a logfile, so your page won't get polluted with log messages.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4196 days ago • 1 reviews
Is aaLogWP abandoned?
Possibly abandoned (last update 4196 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Allows developers to log variables, see the call stack, benchmark code; all to a logfile, so your page doesn’t get polluted with log messages. Each log message records the date and time, IP address, requested page, and file and line the log message came from, as well as the information to be logged.
The plugin has an options page which allows you to randomize the cookie and logfile, for security purposes; as well as turning logging on and off for a given user. (Via cookie.)
Documentation for the aaLog class can be found at the NotoriousWebmaster blog.
Documentation for the aaLogWP plugin, which includes the aaLog class, can also be found at NotoriousWebmaster blog, though on a different page.
Installation
- Upload the
aalogwpdirectory to the/wp-content/plugins/directory; - Create folder ‘wp-content/uploads/aalogwp/’;
- Change the permissions to the new directory with
sudo chmod 0757 wp-content/uploads/aalogwp/; - Activate the plugin through the ‘Plugins’ menu in WordPress;
- Turn on logging in the Settings | aaLog Options page;
- You may now use the
$oLogobject in your code to log your variables and so forth.
Frequently Asked Questions
Review feed
Changelog
1.0 (2014-06-21)
- Initial commit.
1.0.1 (2014-06-23)
- Moved output directory to uploads/aalogwp/.
1.0.2 (2014-07-06)
- Fixed $logdir to $aLogdir. Showed an error on some PHP installations.
- Added banners with the log lady for the repo plugin page.

