181 Commits

Author SHA1 Message Date
Steven Fackler
c946380780 Use log 0.4 0.3.9 2017-12-24 14:50:18 -07:00
Steven Fackler
13203e4808 Use the release candidate 2017-12-05 23:06:32 -08:00
Alex Crichton
3f02625c35
Merge pull request #247 from sfackler/back-compat-update
Update 0.3.x for 0.4.x changes
2017-12-06 00:36:06 -06:00
Steven Fackler
c21bdff35f Update 0.3.x for 0.4.x changes 2017-12-05 22:28:07 -08:00
Steven Fackler
2a02fc48c3 Merge pull request #237 from sfackler/fix-feature
Fix feature
2017-10-12 22:13:15 -07:00
Steven Fackler
23012a96ed Fix feature 2017-10-12 22:09:27 -07:00
Alex Crichton
fd23065576 Merge pull request #233 from sfackler/0.3.x-patch
Directly perform 0.3 -> 0.3 logging
2017-10-07 21:08:05 -05:00
Steven Fackler
347c4d2825 Directly perform 0.3 -> 0.3 logging
We otherwise loose the file and module info which is no good.
2017-10-07 15:02:22 -07:00
Steven Fackler
09e80362e2 Update for upstream changes 2017-10-05 20:06:32 -07:00
Alex Crichton
66badcc099 Merge pull request #227 from sfackler/0.3.x-non-static
Update shim for 0.4 changes
2017-09-26 08:51:09 -05:00
Steven Fackler
e2e1904eae Update shim for 0.4 changes 2017-09-25 20:58:46 -07:00
Steven Fackler
47cda51fb2 Merge pull request #217 from sfackler/0.3.x
Shim 0.3.x into 0.4.x
2017-08-14 22:07:41 -07:00
Steven Fackler
bcf0318344 Get tests working
Split integration tests out to a separate crate, and disable doctests :(

Since we depend on a library with the same name as us, tests get two
copies of log linked in which fails to compile.
2017-08-14 21:12:12 -07:00
Steven Fackler
de2a06b191 Shim 0.3.x into 0.4.x
0.3.x loggers turn into 0.4.x loggers, and all log records from 0.3.x and
0.4.x will route to the registered logger, whether it be an 0.3.x logger or
0.4.x logger.
2017-08-13 16:40:31 -07:00
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