chore: added deprecation comment

This commit is contained in:
Gareth Jones 2018-02-22 07:57:13 +11:00
parent f9aa03832a
commit f9ced3e6c1

View File

@ -1,5 +1,9 @@
'use strict';
/**
* This appender has been deprecated.
* Updates and bug fixes should be made against https://github.com/lgo4js-node/gelf
*/
const zlib = require('zlib');
// const levels = require('../levels');
const dgram = require('dgram');