mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore: added deprecation comment
This commit is contained in:
parent
f9aa03832a
commit
f9ced3e6c1
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user