Commit Graph

  • 5658b36420 Merge pull request #50 from sebasmagri/cargo/0.5.0-rc.2 Ashley Mannix 2018-01-08 11:05:07 +10:00
  • 09dd9db853 bump to 0.5.0-rc.2 Ashley Mannix 2018-01-08 10:59:16 +10:00
  • bb8ce61312 Merge pull request #46 from sebasmagri/feat/public-color-api Ashley Mannix 2018-01-07 15:34:52 +10:00
  • 2425ff6567 Merge pull request #49 from matthiasbeyer/update-log-dependency Ashley Mannix 2018-01-04 08:19:58 +10:00
  • d991b558a9 Dependencies: log: 0.4.0-rc.1 -> 0.4.0 Matthias Beyer 2018-01-03 17:54:03 +01:00
  • 1278aee124 fix a few doc errors Ashley Mannix 2018-01-03 07:30:54 +10:00
  • 957bbee437 fix up tests Ashley Mannix 2018-01-02 17:47:06 +10:00
  • 34ee233fb4 refactor terminal into fmt module Ashley Mannix 2018-01-02 17:42:56 +10:00
  • c3302b4d50 disallow building Logger instances directly Ashley Mannix 2017-12-23 10:24:52 +10:00
  • 8485bf5649 use properly formed exports in example prose Ashley Mannix 2017-12-22 15:57:36 +10:00
  • 9a4a37ed6b add from_env method to filter::Builder for consistency Ashley Mannix 2017-12-22 15:55:36 +10:00
  • e1f58a3965 add notes about RUST_LOG_STYLE to examples Ashley Mannix 2017-12-22 15:37:42 +10:00
  • f4c2705203 fix position of disabling colors section Ashley Mannix 2017-12-22 15:32:13 +10:00
  • a7ed9c6245 support ignoring styles in output Ashley Mannix 2017-12-22 15:30:26 +10:00
  • 713646ded4 add examples and other fmt trait impls Ashley Mannix 2017-12-22 14:42:39 +10:00
  • 0ae578e464 refactor color api for better ergonomics Ashley Mannix 2017-12-18 18:03:24 +10:00
  • 1babcddbe7 Merge pull request #44 from rukai/master Ashley Mannix 2017-12-11 14:00:18 +10:00
  • 91946bc7f8 Fix spelling error Rukai 2017-12-11 14:54:31 +11:00
  • 91873902ed Merge pull request #41 from killercup/pad-log-level Ashley Mannix 2017-12-08 08:01:26 +10:00
  • d8a2f9b8c1 Pad log level so output is more aligned Pascal Hertleif 2017-12-07 14:45:34 +01:00
  • 3dc3366e23 update reference to crate docs (#40) Ashley Mannix 2017-12-07 16:44:06 +10:00
  • 7dc52c3084 allow crate publishing Ashley Mannix 2017-12-07 16:07:35 +10:00
  • f6ba72f1ba Upgrade to log 0.4.0-rc.1 (#39) Ashley Mannix 2017-12-07 16:05:59 +10:00
  • fcf852c8f6 Make the timestamp format more compact (#36) Ashley Mannix 2017-11-13 06:57:01 +10:00
  • c609a409ab add rfc3339 timestamps to default format (#33) Ashley Mannix 2017-11-06 06:52:33 +10:00
  • 33e9d22a00 Support colors and buffer writes (#32) Ashley Mannix 2017-11-02 06:55:12 +10:00
  • a034630c42 Make filtering public (#29) Ashley Mannix 2017-10-30 11:05:24 +10:00
  • 7ec8103efe reformat code style FuGangqiang 2017-10-22 23:23:21 +08:00
  • 1ce4d92a11 fix doc FuGangqiang 2017-10-22 23:23:04 +08:00
  • fdd248a952 add examples for custom format and logger impls Ashley Mannix 2017-10-17 08:45:12 +10:00
  • 524a1ca579 add build badge to readme Ashley Mannix 2017-10-13 19:03:14 +10:00
  • 7c32801895 Fix std feature name Steven Fackler 2017-10-12 22:03:33 -07:00
  • 3d1afe8058 Adds a new constructor and init functions for custom env vars. Jimmy Cuadra 2017-10-12 02:51:17 -07:00
  • 13f6f6096e Deny missing debug impls, missing docs, and warnings. Jimmy Cuadra 2017-10-12 00:19:35 -07:00
  • 3a1c63875e Update the use of log to work with the unreleased 0.4 branch. Jimmy Cuadra 2017-10-12 00:18:16 -07:00
  • e2b1a04658 Enable use of Logger as a filter (#4) jethrogb 2017-09-14 18:04:58 -07:00
  • 5451f906f0 Derive std traits for Target. (#18) Michael Killough 2017-09-01 23:49:44 +01:00
  • c01ccca566 Debug traits for structs (#20) Malice 2017-09-02 04:19:33 +05:30
  • f95e6214a6 Merge pull request #19 from mjkillough/heap_allocations Sebastián Magrí 2017-08-28 18:37:04 -05:00
  • 4df7211755 Merge pull request #17 from mjkillough/toml Sebastián Magrí 2017-08-24 07:10:15 -05:00
  • 343574c51a Avoid allocation of String during formatting. Michael Killough 2017-08-22 16:42:38 +01:00
  • 8dff4f81dd Update Cargo.toml metadata. Michael Killough 2017-08-22 14:39:30 +01:00
  • 5237ee4fe7 Merge pull request #16 from mjkillough/docs Sebastián Magrí 2017-08-21 20:48:19 -05:00
  • c5fa0ee817 Merge pull request #15 from mjkillough/catch_up_with_log_repo Sebastián Magrí 2017-08-21 20:47:39 -05:00
  • 5459337d83 Changes to env_logger from rust-lang-nursery/log#200. Michael Killough 2017-08-21 17:53:17 +01:00
  • 91e6929295 Implement Logger::flush() for Log. Michael Killough 2017-08-21 17:52:28 +01:00
  • fdc5c5976b Add travis config and minor tweaks to gitignore Sebastián Magrí 2017-08-21 16:25:50 -05:00
  • 7ae9e7f9dd Add examples to Logger::new() and Logger::filter(). Michael Killough 2017-08-21 21:13:27 +01:00
  • e7c2199e25 Avoid unwrap() in Builder doc string. Michael Killough 2017-08-21 18:59:43 +01:00
  • a5da611717 Add Errors/Panics section to init()/try_init() docs. Michael Killough 2017-08-21 18:52:13 +01:00
  • 560a430e0a Consistently use monospaced font for RUST_LOG. Michael Killough 2017-08-21 18:22:42 +01:00
  • fb7cb5206e Make references to log crate into hyperlinks. Michael Killough 2017-08-21 18:20:55 +01:00
  • 031fd5fe4e Point to log's git repo while the latest breaking changes are stabilized Sebastián Magrí 2017-07-05 22:32:03 -05:00
  • 348e392135 Add a README.md borrowing from log's Sebastián Magrí 2017-07-05 22:31:27 -05:00
  • 2273d21d8e Add a .gitignore file Sebastián Magrí 2017-07-05 22:31:05 -05:00
  • 1e9c24035f set_logger panics on error Alisha 2017-06-15 02:26:09 +10:00
  • 40899e9009 Merge pull request #174 from budziq/stutter David Tolnay 2017-05-24 15:47:47 -07:00
  • a9f66ef94f Merge pull request #175 from morrme/issue-139 David Tolnay 2017-05-24 10:08:22 -07:00
  • a4ea879036 update doc link in Cargo.toml morrme 2017-05-24 12:05:37 -05:00
  • 8c906e0d9f Reduced stuttering in env_logger private symbols Michal Budzynski 2017-05-24 18:52:22 +02:00
  • a4679d1dd8 Reduced stuttering in env_logger public symbols Michal Budzynski 2017-05-24 18:52:02 +02:00
  • be90a88e09 Merge pull request #163 from budziq/keywords David Tolnay 2017-05-24 09:45:27 -07:00
  • e9e91d8436 update html_root_url morrme 2017-05-24 09:42:12 -05:00
  • f989082e7d add reminder to Cargo.toml morrme 2017-05-24 09:40:29 -05:00
  • 9d5db90b9a Added keywords to log and env_logger Cargo.toml Michal Budzynski 2017-05-23 19:04:13 +02:00
  • 8c404b39db Merge tag 0.3.8 into master David Tolnay 2017-05-23 19:48:29 -07:00
  • bb3634df06 Bump log to 0.3.8 and env_logger to 0.4.3 David Tolnay 2017-05-23 19:46:09 -07:00
  • 355a1e2dc2 Disable publishing the breaking changes David Tolnay 2017-05-23 16:18:55 -07:00
  • 5fc575806e Removed "stuttering" of types, like LogLevel -> Level. Ottavio Hartman 2017-05-21 15:46:12 -04:00
  • 3b1487620a Make log target configurable Danilo Bargen 2017-03-29 14:52:27 +02:00
  • 50d9adcf52 Bump log to 0.3.7 and env_logger to 0.4.2 Alex Crichton 2017-03-07 20:40:12 -08:00
  • 63f4481b22 Merge pull request #101 from shepmaster/patch-1 Alex Crichton 2017-03-07 22:39:42 -06:00
  • ce1fecdf93 Merge pull request #104 from alexcrichton/unstable Alex Crichton 2017-03-07 22:39:30 -06:00
  • f2f8292fc3 Add ability to be used in rustc Alex Crichton 2017-02-15 08:46:48 -08:00
  • 2eed506b45 Release env_logger 0.4.1 Steven Fackler 2017-02-25 11:00:00 -08:00
  • f23a668c50 Add LICENSE files to env_logger as well Steven Fackler 2017-02-25 10:38:28 -08:00
  • 9bd5c5fdc7 Add categories to Cargo.toml Jake Goulding 2017-01-20 15:12:53 -05:00
  • c8695c55e0 Release env_logger 0.4 Steven Fackler 2017-01-15 10:44:46 -08:00
  • 3179209fd9 Updated Regex dependency Aaron Power 2017-01-02 01:15:40 +00:00
  • 0b085e64d5 Bump env-logger to 0.3.5 Alex Crichton 2016-09-13 17:00:53 -07:00
  • b11410e3ab Make regex an optional dependency Alex Crichton 2016-09-01 16:11:24 -07:00
  • f4727a5c73 Bump env-logger to 0.3.4 Steven Fackler 2016-07-11 19:45:48 +02:00
  • f907f7a860 Made Logger public. Alan Jeffrey 2016-06-22 17:05:13 -05:00
  • e17eefa500 Remove unused import Alex Crichton 2016-05-10 10:15:27 -07:00
  • 159ed23d78 Bump env_logger to 0.3.3 Alex Crichton 2016-04-04 09:07:51 -07:00
  • 58c41d612e Added test case for checking regular expression filters Philipp Sieweck 2016-01-28 18:46:01 +01:00
  • d36e530451 Fixed handling of filter regexps. Philipp Sieweck 2016-01-12 15:59:59 +01:00
  • 762b1314fe Bump to 0.3.2 Alex Crichton 2015-11-04 17:56:53 -08:00
  • 60aabee1ef Touch up some style and docs Alex Crichton 2015-11-04 17:56:41 -08:00
  • 3c133f9bd1 env_logger: Add LogBuilder to allow changing the log format, default log level and the environmental variable used. This adds format to the Logger struct Nick Sanders 2015-06-14 11:19:44 +01:00
  • 53aa6a7c5d Document where env-logger logs Steven Fackler 2015-06-16 22:57:25 -07:00
  • 3f4203c676 Bump env_logger to 0.3.1 Alex Crichton 2015-05-18 08:48:23 -07:00
  • da03e6a85b Fix default log level Steven Fackler 2015-05-17 23:04:49 -07:00
  • 64eb995a55 Don't add an extra mutex around stderr Steven Fackler 2015-05-12 23:11:54 -07:00
  • 204eca4df7 Set max log level to off if no directives Steven Fackler 2015-05-12 23:08:10 -07:00
  • f6b3de4dfb Fix env logger docs Steven Fackler 2015-05-12 23:07:09 -07:00
  • f6911f1bcb Bump to 0.3.1 Alex Crichton 2015-03-28 11:21:45 -07:00
  • c3157984c2 Bump env to 0.3.0 also. Huon Wilson 2015-03-24 17:33:02 +11:00
  • 9bc26d4de5 Bump env_logger to 0.2.3. Huon Wilson 2015-03-23 12:12:11 +11:00
  • 5fd5472c82 Update to rust master Alex Crichton 2015-03-14 11:03:55 -07:00