Plugin “my-logit” logs data from plugins that make a function call to ‘logit’ which has been added in their plugin code. The call takes three arguments “logit(1,__LINE__, “some data”). This is a great plugin for logging and testing as it progresses through your plugin.
Lessons
Installation
Installation of my-logit is performed following the same rules to install any WordPress plugin.
To Setup
To Use
This lesson will explain how to insert function calls in your own plugin to log data for later viewing or plugin debugging purposes.
Examples
Here I will show you some examples on how to code the calls to my-logit in your own plugin.
Using The Log Files
This lesson will show you how to work with the log files. Including viewing, clearing, deleting, printing and, testing.