thanks! I think what I meant there is that if you are not already using winston use just the logger https://github.com/jfromaniello/windowseventlogjs
I really like winston, though 2013/2/11 Benjamin Eidelman <[email protected]> > Thanks Jose, this is really useful! > > I got surprised by the "Esta bueno, pero..." though, I think node.js on > windows is a first-class citizen, and not just for multi-platform, and the > eventlog is an excellent transport choice. > > Regards, > > On Thursday, January 31, 2013 12:11:51 PM UTC-3, José F. Romaniello wrote: >> >> Hi, I just wanted to share my small native addon to write logs in the >> Windows Eventlog (suffice it to say that it only works on Windows >> operative systems). >> >> https://github.com/**jfromaniello/windowseventlogjs<https://github.com/jfromaniello/windowseventlogjs> >> >> there is also a winston transport: >> >> https://github.com/**jfromaniello/winston-winlog<https://github.com/jfromaniello/winston-winlog> >> >> Besides being useful or not, I think it is at least useful as an small >> example for people that want/need to build native node.js addons for >> windows using C++/CLR. Not the c++ code because I am not experiented c++ >> developer but maybe the configuration. >> >> I have configured node-gyp to build everything, but I also package a >> prebuild version (for both x64 and ia32) in case you dont want to install >> development tools on a server for instance. There is an small powershell >> script to generate the prebuild versions on the root prebuilds.ps1. >> >> >> thanks! >> > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
