mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
docs(index): added mention of log4js-api
This commit is contained in:
parent
8de8bcb671
commit
1b18990217
@ -33,6 +33,10 @@ logger.level = 'debug'; // default level is OFF - which means no logs at all.
|
||||
logger.debug("Some debug messages");
|
||||
```
|
||||
|
||||
## Note for library makers
|
||||
|
||||
If you're writing a library and would like to include support for log4js, without introducing a dependency headache for your users, take a look at [log4js-api](https://github.com/log4js-node/log4js-api).
|
||||
|
||||
## License
|
||||
|
||||
The original log4js was distributed under the Apache 2.0 License, and so is this. I've tried to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user