Skip to content
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

multiple logging sinks #7

Closed
rust-highfive opened this issue Dec 29, 2014 · 0 comments · Fixed by #12
Closed

multiple logging sinks #7

rust-highfive opened this issue Dec 29, 2014 · 0 comments · Fixed by #12

Comments

@rust-highfive
Copy link

Issue by graydon
Monday Jul 15, 2013 at 21:02 GMT

For earlier discussion, see rust-lang/rust#7805

This issue was labelled with: A-diagnostics, A-instrumentation, A-libs, A-runtime, I-enhancement in the Rust repository


Things like https://logging.apache.org/log4cxx/ and similar logging libraries tend to be able to send logging to a number of possible sinks (syslog, files, in-memory, etc.)

Our logging should know how to do this too.

See also #6810 , sub-bug of #3309

sfackler added a commit to sfackler/log that referenced this issue Jan 25, 2015
sfackler added a commit to sfackler/log that referenced this issue Jan 25, 2015
sfackler added a commit to sfackler/log that referenced this issue Jan 25, 2015
sfackler added a commit to sfackler/log that referenced this issue Jan 25, 2015
sfackler added a commit to sfackler/log that referenced this issue Jan 25, 2015
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 a pull request may close this issue.

1 participant