configuration
Sending in log data
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'})); // Promisetbd...Last updated