Alex Crichton
25e349c738
Bump log to 0.3.7 and env_logger to 0.4.2
0.3.7
env_logger-0.4.2
2017-03-07 20:41:14 -08:00
Alex Crichton
d08adb4b0a
Merge pull request #101 from shepmaster/patch-1
...
Add categories to Cargo.toml
2017-03-07 22:39:42 -06:00
Alex Crichton
aa137f5b9e
Merge pull request #104 from alexcrichton/unstable
...
Add ability to be used in rustc
2017-03-07 22:39:30 -06:00
Alex Crichton
c87faeb706
Add ability to be used in rustc
...
I'm prototyping support for pulling in crates.io crates into rustc and I believe
this'll be the support necessary for living in the sysroot.
2017-03-07 16:12:42 -08:00
Steven Fackler
46103daae0
Release env_logger 0.4.1
env_logger-0.4.1
2017-02-25 11:00:00 -08:00
Steven Fackler
2f9dceb5e6
Merge pull request #103 from sfackler/license-fix
...
Add LICENSE files to env_logger as well
2017-02-25 10:45:15 -08:00
Steven Fackler
523a8e809d
Add LICENSE files to env_logger as well
...
Closes #102
2017-02-25 10:38:28 -08:00
Jake Goulding
70d3ba3ccd
Add categories to Cargo.toml
2017-01-20 15:12:53 -05:00
Steven Fackler
d0c2f474e5
Release env_logger 0.4
env_logger-0.4.0
2017-01-15 10:44:46 -08:00
Steven Fackler
ae12c15ea6
Merge pull request #98 from Aaronepower/master
...
Updated Regex dependency
2017-01-15 10:43:08 -08:00
Aaron Power
7692a41927
Updated Regex dependency
2017-01-02 01:15:40 +00:00
Alex Crichton
2f4c0b5224
Update travis token
2016-11-19 10:14:38 -08:00
Alex Crichton
48b032cf17
Bump env-logger to 0.3.5
env_logger-0.3.5
2016-09-13 17:00:53 -07:00
Steven Fackler
4677eeea77
Merge pull request #96 from rust-lang-nursery/optional
...
Make regex an optional dependency
2016-09-06 10:56:45 -05:00
Alex Crichton
9bba3d5fd5
Make regex an optional dependency
...
Not all uses of env-logger require a full regex engine for matching, for example
the compiler works with just simple substring matching. Additionally compiling
regex can often take quite a bit of time, so for those that would prefer the
filtering can be disabled.
2016-09-01 16:12:37 -07:00
Alex Crichton
d040d3236a
Merge pull request #90 from sfackler/deprecate-log-panics
...
Deprecate log_panics
2016-07-30 17:43:28 -07:00
Steven Fackler
ea842c5c81
Deprecate log_panics
2016-07-30 10:49:14 -07:00
Steven Fackler
41c570079c
Bump env-logger to 0.3.4
env_logger-0.3.4
2016-07-11 19:45:48 +02:00
Steven Fackler
a95b888614
Merge pull request #86 from asajeffrey/make-env-logger-public
...
Made Logger public.
2016-07-11 17:44:14 +01:00
Alan Jeffrey
415469589e
Made Logger public.
2016-06-22 17:05:13 -05:00
Alex Crichton
c679ad4f2c
Remove unused import
2016-05-10 10:15:27 -07:00
Alex Crichton
e00bc558e3
Bump env_logger to 0.3.3
env_logger-0.3.3
2016-04-04 09:07:51 -07:00
Alex Crichton
1c79a9c8dd
Bump to 0.3.6
0.3.6
2016-04-01 15:53:18 -07:00
Alex Crichton
5785c972e6
Merge pull request #78 from sfackler/shutdown-cleanup
...
Add a shutdown_logger function
2016-03-26 22:23:39 -07:00
Alex Crichton
0dd7fa5776
Merge pull request #77 from sfackler/nightly-update
...
Update for upstream panic handler changes.
2016-03-26 22:20:59 -07:00
Steven Fackler
6a68fb4995
Update for upstream panic handler changes.
2016-03-26 19:29:34 -07:00
Steven Fackler
7211c31fa4
Add a shutdown_logger function
...
Now that we're not running this at exit, it might as well be there if
people feel like doing it themselves.
2016-03-26 19:28:12 -07:00
Alex Crichton
0c45e438d8
Merge pull request #76 from sfackler/master
...
Stop trying to drop the logger in an atexit callback
2016-03-16 23:53:43 -07:00
Steven Fackler
bc7c71f18b
Stop trying to drop the logger in an atexit callback
...
Windows apparently runs these after killing all other threads, so the
shutdown process can deadlock if any of those threads was logging at
that point.
Closes #74
2016-03-16 21:29:08 -07:00
Alex Crichton
44ed095d8c
Merge pull request #69 from psii/master
...
Fixed handling of filter regexps.
2016-01-28 10:00:49 -08:00
Philipp Sieweck
8dddf77537
Added test case for checking regular expression filters
2016-01-28 18:46:01 +01:00
Alex Crichton
21ee1d4073
Tweak travis config to always test
2016-01-25 13:02:15 -08:00
Alex Crichton
da83cff155
Remove 1.0.0 from travis
2016-01-25 12:59:32 -08:00
Steven Fackler
95f4961b84
Bump to 0.3.5
2016-01-16 10:03:42 -08:00
Alex Crichton
3cebcbf8c1
Merge pull request #71 from sfackler/master
...
Couple minor tweaks to stuff from use_std PR
2016-01-16 00:08:37 -08:00
Steven Fackler
3cdcbd1fa5
Mention use_std dependency in log_panics docs
2016-01-15 21:13:34 -08:00
Steven Fackler
ec82f77c72
Drop Option wrapper around LOGGER
...
Avoids an unwrap
2016-01-15 20:59:21 -08:00
Steven Fackler
c7f116ec26
Mention that set_logger requires use_std.
2016-01-15 20:52:17 -08:00
Steven Fackler
cb09c6e544
Merge pull request #70 from Amanieu/no_std2
...
Add support for no_std
2016-01-15 20:35:00 -08:00
Amanieu d'Antras
2644916237
Add support for no_std
2016-01-14 23:55:22 +00:00
Philipp Sieweck
3bb83ac7db
Fixed handling of filter regexps.
...
Regexps in RUST_LOG as explained in the module documentation should
only allow log messages that match the given expression and not the
other way around.
2016-01-12 15:59:59 +01:00
Aaron Turon
7067c9b8c1
Merge pull request #67 from sfackler/panic-handler
...
Add a logging panic handler
2016-01-06 21:16:10 -08:00
Steven Fackler
30d76c5732
Add a logging panic handler
2015-12-27 08:36:50 -07:00
Alex Crichton
d482c528d9
Bump log to 0.3.4
2015-11-26 09:02:55 -08:00
Alex Crichton
dcf64377a7
Merge pull request #64 from sinistersnare/patch-1
...
Fix typo
2015-11-10 15:19:55 -08:00
Davis Silverman
7dc8fa6139
Fix typo
...
chose -> choose.
:)
2015-11-10 17:30:30 -05:00
Alex Crichton
c2cee9a6e4
Bump to 0.3.2
2015-11-04 17:56:53 -08:00
Alex Crichton
7a66c45a8d
Touch up some style and docs
2015-11-04 17:56:41 -08:00
Alex Crichton
0adc7f9a25
Merge pull request #48 from nicksanders/master
...
env_logger: Add config to Logger to allow changing log format etc
2015-11-04 17:42:38 -08:00
Alex Crichton
9b56330f20
Bump dep on libc
2015-11-03 13:38:38 -08:00