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 there is also a winston transport: 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.
