8000 add a stderr appender by demmer · Pull Request #364 · log4js-node/log4js-node · GitHub
[go: up one dir, main page]

Skip to content

add a stderr appender #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 14, 2016
Merged

Conversation

demmer
Copy link
Contributor
@demmer demmer commented Mar 24, 2016

Thus functions almost identically to the consoleAppender except that
instead of logging through console.log it uses process.stderr.write.

This is useful in cases where applications include their own console
output to stdout but want to have debug / error logs that go to stderr
so users can potentially redirect to separate out the logs from the output.

demmer added 2 commits March 24, 2016 14:56
Thus functions almost identically to the consoleAppender except that
instead of logging through `console.log` it uses `process.stderr.write`.
@nomiddlename nomiddlename added this to the 0.6.35 milestone Apr 14, 2016
@nomiddlename nomiddlename merged commit 0007623 into log4js-node:master Apr 14, 2016
@nomiddlename
Copy link
Collaborator

Thanks for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0