mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
add section in documentation for links to other appenders
This commit is contained in:
parent
5175f3f2fc
commit
6d0edf1f2c
@ -54,6 +54,11 @@ For example, if you were previously using the gelf appender (`type: 'gelf'`) the
|
||||
|
||||
## Other Appenders
|
||||
|
||||
These appenders are maintained by its own authors and may be useful for you:
|
||||
* [udp](https://github.com/iassasin/log4js-udp-appender)
|
||||
|
||||
## Custom Appenders
|
||||
|
||||
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:
|
||||
```javascript
|
||||
log4js.configure({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user