summaryrefslogtreecommitdiffstats
path: root/src/log/item.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-05-31Fix: Insert shouldn't be done with LogItem::display()Matthias Beyer
2021-05-11Add color support in LogItem::display() implMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: useless use of `format!`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-04Maintenance: Remove Display implMatthias Beyer
2020-11-13Make LogItem::display() result able to be turned into StringMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-04Add LogItem::display(), which crafts a displayable object from the LogItemMatthias Beyer
2020-11-04Move LogItem type to own moduleMatthias Beyer