=== WP Logger ===
Tags: logger, wp logger, log, debug, data logging, data logger, wp data logger, develop
Contributors: hokku, casepress
Requires at least: 4.0
Tested up to: 5.1
Stable tag: 1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Logger vars and event for debug site and apps
== Description ==
Logger vars and event for debug site and apps.
0. Insert the hook do_action( 'logger', $data ); in your code
1. Go to Tools > Logger
[GitHub](https://github.com/hokoo/logger-u7)
== Installation ==
0. Upload plugin to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
2. Insert the hook do_action( 'logger', $data ); in your code
3. Go to Tools > Logger
== Frequently Asked Questions ==
= Minimal requirements =
WordPress 3.5
PHP 5.6
== Screenshots ==
1. Logger page
== Changelog ==
= 1.2 =
* Init commit