growl transport logging for winston
growl transport logging for winston
$ npm install winston-growl
Just add a growl option to your logger
var winston = require('winston')
, require('winston-growl');
winston.loggers.add('logger', {
growl: {
/* sepcify transport options*/
}
// other transports
});
logger = winston.loggers.get('logger');
logger.info("info notification", {title:'optional title'});
logger.error("error notification", {title:'Errror'});


To make it work you will need to install growl and growlNotify