-
Notifications
You must be signed in to change notification settings - Fork 259
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
Comments
sfackler
added a commit
to sfackler/log
that referenced
this issue
Jan 25, 2015
See issue rust-lang#3 for background. Closes rust-lang#3 Closes rust-lang#7 Closes rust-lang#11
sfackler
added a commit
to sfackler/log
that referenced
this issue
Jan 25, 2015
See issue rust-lang#3 for background. Closes rust-lang#3 Closes rust-lang#7 Closes rust-lang#11
sfackler
added a commit
to sfackler/log
that referenced
this issue
Jan 25, 2015
See issue rust-lang#3 for background. Closes rust-lang#3 Closes rust-lang#7 Closes rust-lang#11
sfackler
added a commit
to sfackler/log
that referenced
this issue
Jan 25, 2015
See issue rust-lang#3 for background. Closes rust-lang#3 Closes rust-lang#7 Closes rust-lang#11
sfackler
added a commit
to sfackler/log
that referenced
this issue
Jan 25, 2015
See issue rust-lang#3 for background. Closes rust-lang#3 Closes rust-lang#7 Closes rust-lang#11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: