A SQL Server transport for winston
npm install winston-sqlservernpm install winston-sqlserver.
CreateLogTable.sql to create a table of the form necessary for this package.
js
var winston = require('winston');
// Requiring winston-sqlserver will expose winston.transports.SQLServer
require('winston-sqlserver');
winston.add(winston.transports.SQLServer, options);
`
Testing
Unit tests can be found in the test directory.
They require mocha and should to be installed via npm.
Testing can be configured with variables in test-config.js.
The default settings assume SQL Express has been installed and CreateLogTable.sql` has been run in a database called winston.