summaryrefslogtreecommitdiffstats
path: root/lib/core/libimagrt/src/logger.rs
AgeCommit message (Expand)Author
2020-05-31handlebars: 2 -> 3Matthias Beyer
2020-04-26Clippy Fix: let_underscore_lockMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-02-28Remove module-based loggingMatthias Beyer
2020-02-28Fix: If global loglevel allowes record to be logged, log itMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-08-28[No-auto] lib/core/rt: Fix Clippy warningsflip1995
2019-08-28[Auto] lib/core/rt: Fix Clippy warningsflip1995
2019-07-26Refactor: Do not provide functions for these identifiersMatthias Beyer
2019-05-30Rewrite to use derive macroMatthias Beyer
2019-05-30Add comment why we do thisMatthias Beyer
2019-05-30Remove boilerplate by enabling serde in "log" dependencyMatthias Beyer
2019-05-30Rewrite logging config deserializationMatthias Beyer
2019-05-18Add more context in error messagesMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-19Add output about logger settings in logging setupMatthias Beyer
2019-02-15Remove unused variableMatthias Beyer
2019-02-11Simplify implementationMatthias Beyer
2019-02-05Remove log-destination-override featuresMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-06Remove call to format_err!(), use err_msg() insteadMatthias Beyer
2018-11-06Remove repetitive code by abstracting itMatthias Beyer
2018-10-30libimagrt: Move from error-chain to failureMatthias Beyer
2018-10-26Fix: `--debug` on CLI should enable logging and override itMatthias Beyer
2018-10-11Add detailed comments on how the logger worksMatthias Beyer
2018-10-06Remove handlebars exception in log implementationMatthias Beyer
2018-04-14Fix log level setting in runtimeMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-15Adapt libimagrt for new log setupMatthias Beyer
2018-01-13libimagrt: Replace read with typed readMatthias Beyer
2018-01-05Refactor toml destructure matching.Matthias Beyer
2017-10-31Simplify matchingMatthias Beyer
2017-10-31Use ? operator instead of try!() macroMatthias Beyer
2017-10-31Rewrite configuration providing in runtimeMatthias Beyer
2017-10-16Merge pull request #1149 from matthiasbeyer/libimagrt/remove-logging-format-o...Matthias Beyer
2017-10-16Remove override functionality for logging formatsMatthias Beyer
2017-10-15Fix: Overide logging with --debugMatthias Beyer
2017-10-12Add helper functions to register all helpersMatthias Beyer
2017-10-12Move handlebars custom helpers to libimaginteractionMatthias Beyer
2017-10-08Add multi-destination logging to loggerMatthias Beyer
2017-09-20Register the no-escape escape functionality in handlebarsMatthias Beyer
2017-09-09Add param to ConfigTypeErrorMatthias Beyer
2017-09-09Remove ConfigReadError because ::toml_query::error::Error is now linked inMatthias Beyer
2017-09-09Remove TomlReadError by linking in ::toml_query::error::ErrorMatthias Beyer
2017-09-09Remove TemplateStringRegistrationError by linking in handlebars error typeMatthias Beyer
2017-09-04Merge branch 'master' into libimagerror/integrationMatthias Beyer
2017-09-03Add more helpersMatthias Beyer
2017-09-03Fix recursion problemMatthias Beyer
2017-09-03Light code cleanupMatthias Beyer
2017-09-03Fix aggregationMatthias Beyer