winston-godot

1.0.0 • Public • Published

winston-godot

A winston plugin that makes it easy to use godot.

example

var godotTransport = require('winston-godot');
var winston = require('winston');
var godot = require('godot');
 
var client = godot.createClient({
  type: 'tcp',
  host: 'whatever.com'
});
 
client.connect(port);
 
winston.add(godotTransport, { godot: client, service: 'whatever/logs'})
 
 

Readme

Keywords

none

Package Sidebar

Install

npm i winston-godot

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jcrugzz