aboutsummaryrefslogtreecommitdiff
path: root/src/logging.rs
Commit message (Expand)AuthorAge
* Add rustfmt style guideChristian Duerr2019-03-30
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Move clippy tests to stableChristian Duerr2019-01-23
* Normalize Log Message StringsNathan Lilienthal2019-01-07
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Use tool lints for clippy allow/deny lint attributesMatthias Krüger2018-12-07
* Display errors and warningsChristian Duerr2018-11-17
* Ignore errors when logger can't write to outputChristian Duerr2018-07-25
* Move to cargo clippyChristian Duerr2018-06-17
* Explicitly call log::set_max_level (Closes: #1201)Harlan Lieberman-Berg2018-03-22
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Update dependenciesgolem1312018-01-26
* Add clippy check to travisChristian Duerr2018-01-06
* Add support for env_loggerJoe Wilm2017-10-08
* Use clippy = "*", update, and fix some warnings (#796)Aaron Hill2017-09-27
* Return an error from logging::initializeJoe Wilm2017-01-23
* Minor formatting fixesJoe Wilm2017-01-23
* Changes to Logger logicJoe Wilm2017-01-23
* Use the log-crate instead of printing to stdoutLukas Lueg2017-01-23