tbd...
// draft!!! const adr = new AdrHttpFetch('http://graylog.example.org:12202/gelf'); const gjs = new GelfJs(new CfgBuilder(adr).build()); adr.send(gjs.message('welcome', 1, {tom: 'cat', spike: 'bulldog'})); // Promise
Last updated 5 years ago