>
Download This Plugin | |
Download Elegant Themes | |
Name | Loggy |
Version | 1.3 |
Author | Janez Troha |
Rating | 0 |
Last updated | 2011-05-07 09:53:00 |
Downloads |
241
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Loggy plugin added 3 bytes of resources to the Home page and 8 bytes of resources to the sample Post page.
Loggy plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Loggy plugin ads no tables to your Wordpress blog database.npm install loggy
See example/server.js if you want to use cluster or
var app = require("Loggy");
app.listen(3000);
console.log("Loggy server listening on port %d", app.address().port);
Usage
Visit localhost:3000 install bookmarklet and activate it on wordpress installation(login to it first as admin). Then where you want to use it
global $Loggy;
$Loggy->debug(string..array..object);
$Loggy->info(string..array..object);