6 Commits

Author SHA1 Message Date
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
Amanieu d'Antras
2644916237 Add support for no_std 2016-01-14 23:55:22 +00:00
Matt Brubeck
737f8ecbfa Test the max_level features 2015-10-08 13:46:15 -07:00
Alex Crichton
c8ffc91a1a Fix tests for rust master 2015-04-02 09:40:03 -07:00
Steven Fackler
207e329267 Encapsulate data passed to Log::enabled
We may want to add things to the information provided to `log` and
`enabled`. slf4j provides the ability to pass `Marker` objects when
logging which can be used for more advanced filtering for example.
2015-03-07 22:34:39 -08:00
Alex Crichton
443249e382 Fix typo in trace! macro
Closes #19
2015-02-09 12:23:12 -08:00