log4js-node/docs/contributors.md
2017-04-17 07:51:10 +10:00

662 B

Contributors

Many people have helped make log4js what it is today. Here's a list of everyone who has contributed to the code. There are lots of people who've helped by submitting bug reports or pull requests that I haven't merged, but I have used their ideas to implement a different way. Thanks to you all. This library also owes a huge amount to the original log4js project. If you'd like to help out, take a look at the contributor guidelines.

    {% for contributor in site.github.contributors %}
  • {{ contributor.login }}
  • {% endfor %}