Loggy is simple express server for remote logging with REST API and WordPress plugin.
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);
Requires: 3.0 or higher
Compatible up to: 3.1.4
Last Updated: 2011-5-7
Downloads: 75
Got something to say? Need help?