Adding metric logging mechanism

This commit is contained in:
hbeeken
2015-01-27 14:41:20 +00:00
parent 56ef982345
commit 0bfbb12211
10 changed files with 267 additions and 168 deletions

View File

@@ -63,15 +63,6 @@ var flowNodes = module.exports = {
});
},
/**
* Add a node to the current active set
* @param n the node to add
*/
add: function(n) {
//console.log("ADDED NODE:",n.id,n.type,n.name||"");
n.on("log",log.log);
},
/**
* Get a node
* @param i the node id