Commit Graph

36 Commits

Author SHA1 Message Date
Brett Cannon
5821b8a338
Fix a grammatical mistake 2020-06-13 11:22:55 -07:00
Arlie Davis
f7a14e41f2 Add reference to win_dbg_logger
win_dbg_logger is logger for use with Windows debuggers.

Windows allows applications to output a string directly to debuggers. This is
very useful in situations where other forms of logging are not available.
For example, stderr is not available for GUI apps.

This crate can be compiled and used on non-Windows platforms, but it does
nothing. This is intended to minimize the impact on code that takes a
dependency on this crate.
2020-04-21 09:38:17 -07:00
Nicholas Blumhardt
2018d75955 Show master branch build status in README 2020-03-09 15:53:22 +10:00
Ashley Mannix
ae59aa14de 1.31.0 it is then 2019-11-24 14:52:05 +10:00
Alex Crichton
65921c72cf Switch from Travis/AppVeyor to GitHub Actions 2019-09-03 10:18:27 -07:00
Alex Touchet
4628688c01
Update Travis CI URL 2019-07-09 13:08:09 -07:00
Sébastien Santoro
aa796fb93c Remove duplicate Rust 2018 documentation
This is a follow-up for changes 0da4245527 and 0f3ffb9d05.
2019-07-02 14:58:21 +00:00
David Tolnay
0f3ffb9d05
Update documentation to 2018 edition 2019-04-30 01:33:31 -07:00
Nick Fitzgerald
10d6e16d21 README: Add console_log implementation for WebAssembly 2019-01-14 15:41:28 -08:00
Ashley Mannix
4337316374
Add minimum version policy to readme (#313) 2019-01-04 10:06:47 +10:00
Ashley Mannix
7f5f2a7cb7
clarify what 2018 edition is a bit 2018-11-02 10:44:42 +10:00
Sven-Hendrik Haase
fb6ff6f746
Add comma to make parsing this easier
It was a pretty tough read before ;)
2018-10-30 20:03:07 +01:00
Sébastien Santoro
0da4245527 Document how to use the crate with Rust 2018
Fixes #294.
2018-10-10 11:51:12 +00:00
BC Ko
4543bab22e
add badges
add badges for latest version, documentation, license like rand crate (https://crates.io/crates/rand)
2018-07-01 12:16:44 -07:00
Michal 'vorner' Vaner
3ed9a8e3a3
Shaving mutates the yak 2018-05-29 19:53:56 +02:00
Danilo Bargen
40b84c75ff
List android_log crate in README 2018-02-07 17:43:06 +01:00
Alex Gaynor
bb1748f04f
Update the version in teh example in the README 2017-12-24 18:33:51 -05:00
Steven Fackler
7bd88ebd3a Remove env_logger stuff from README 2017-10-07 13:46:46 -07:00
Ashley Mannix
1895c645c4 Remove env_logger crate (#224) 2017-09-18 07:03:00 +10:00
Steven Fackler
8af5f3c688 Fix documentation links
Closes #216
2017-08-13 16:54:53 -07:00
Alisha
a1e0bcacef set_logger panics on error 2017-06-22 10:53:05 +10:00
Michal Budzynski
bed25a8cac Reduced stuttering in env_logger public symbols
LogTarget -> Target
LogBuilder -> Builder
2017-05-24 18:52:02 +02:00
David Tolnay
8a64037791
Merge pull request 55 from carols10cents/env-var-example
Conflicts:
    README.md
2017-05-23 18:40:21 -07:00
Danilo Bargen
a16173429d Make log target configurable
Right now `env_logger` always logs to stderr. This might be
undesireable in some cases.

This commit adds a way to configure the log target. It can be set to
stdout if desired.

Note that writing to stdout is implemented with `println!` instead of
`writeln!`, so that the output is properly captured in tests.
2017-03-29 14:54:50 +02:00
Alex Crichton
ad1cfcac91 Update travis url in README 2015-09-21 17:01:43 -07:00
Alex Crichton
92590f0cd2 Bump log to 0.3.2 2015-09-21 16:48:48 -07:00
Carol (Nichols || Goulding)
d591214149 Recommend using let _ = env_logger::init() for multiple tests 2015-09-20 11:05:36 -04:00
Carol (Nichols || Goulding)
f5d90e90c3 Add example usage of RUST_LOG with a pointer to the env_logger docs
A recent blog post [1] shows that this isn't especially clear from the
README, which is the first page people will likely end up on.

[1] -
https://techsaju.wordpress.com/2015/09/12/logging-in-rust-using-log/
2015-09-13 19:05:17 -04:00
Carol (Nichols || Goulding)
5b33d83989 Add instructions and example for using env_logger in tests
This took me some trial and error to get working.
2015-09-13 19:04:07 -04:00
Andrew Paseltiner
99857a7381 s/chose/choose/ 2015-07-08 13:08:51 -04:00
Alex Crichton
3a3a86f7ca Add appveyor build status to README 2015-04-29 10:41:25 -07:00
Brian Campbell
25a63971f4 Bump version numbers in README.md 2015-03-28 10:20:31 -04:00
Alex Crichton
a96ca990cb Travis and documentation tweaks 2015-01-27 07:30:34 -08:00
Steven Fackler
587258c8c3 Add stuff to README 2015-01-26 23:59:05 -08:00
Steven Fackler
42a353eaf4 Rewrite liblog into a logging facade
See issue #3 for background.

Closes #3
Closes #7
Closes #11
2015-01-24 22:55:04 -08:00
Alex Crichton
5281d0c76f Add a README 2014-12-13 13:49:39 -08:00