8000 add section in documentation for links to other appenders · helloyou2012/log4js-node@6d0edf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d0edf1

Browse files
committed
add section in documentation for links to other appenders
1 parent 5175f3f commit 6d0edf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/appenders.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ For example, if you were previously using the gelf appender (`type: 'gelf'`) the
5454

5555
## Other Appenders
5656

57+
These appenders are maintained by its own authors and may be useful for you:
58+
* [udp](https://github.com/iassasin/log4js-udp-appender)
59+
60+
## Custom Appenders
61+
5762
Log4js can load appenders from outside the core appenders. The `type` config value is used as a require path if no matching appender can be found. For example, the following configuration will attempt to load an appender from the module 'cheese/appender', passing the rest of the config for the appender to that module:
5863
```javascript
5964
log4js.configure({

0 commit comments

Comments
 (0)
0