Loggy

Loggy is simple express server for remote logging with REST API and WordPress plugin.

Author:Janez Troha (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.1.4
Plugin version:1.3
Added to WordPress repository:07-05-2011
Last updated:07-05-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:891
plugin download
Click to start download
Instalation node.js
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);