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'})
 
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    3
    • latest

Version History

Package Sidebar

Install

npm i winston-godot

Weekly Downloads

6

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jcrugzz