]> git.lizzy.rs Git - rust.git/commit
Allow a regex filter for RUST_LOG
authorNick Cameron <ncameron@mozilla.com>
Wed, 13 Aug 2014 09:38:52 +0000 (10:38 +0100)
committerNick Cameron <ncameron@mozilla.com>
Wed, 27 Aug 2014 22:14:57 +0000 (10:14 +1200)
commitcc9b2b055093dae76a9c9b17063bba72a89c2648
treeba52dbda4dafe550a035b709d8f058078f11902f
parentf2b87e9ff0ffa1e08556bf8f41058f1caeb99ac6
Allow a regex filter for RUST_LOG

When specifying RUST_LOG, the programmer may append `/regex` to the end of the spec. All results will then be filtered using that regex.
mk/crates.mk
src/liblog/directive.rs
src/liblog/lib.rs