1.0.0 • Published 9 years ago

winston-godot v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago