summaryrefslogtreecommitdiffstats
path: root/src/log
AgeCommit message (Expand)Author
2020-12-04Maintenance: Remove Display implMatthias Beyer
2020-12-03Cleanup importsMatthias Beyer
2020-12-03Remove unused module: log::filesinkMatthias Beyer
2020-11-13Add ParsedLog type, which holds a list of parsed log linesMatthias Beyer
2020-11-13Add helper to check whether a log text reports successMatthias Beyer
2020-11-13Make LogItem::display() result able to be turned into StringMatthias Beyer
2020-11-12Fix: Do not require string quoting in log parserMatthias Beyer
2020-11-08Remove unused variableMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-04Make LogSink take only reference to the logged itemMatthias Beyer
2020-11-04Add LogItem::display(), which crafts a displayable object from the LogItemMatthias Beyer
2020-11-04Add FileSink as LogSink implementation that writes to a fileMatthias Beyer
2020-11-04Add LogSink trait, for implementing Log destinationsMatthias Beyer
2020-11-04Move LogItem type to own moduleMatthias Beyer
2020-11-03Make helper function publicMatthias Beyer
2020-10-27Fix: Add missing ":" after state identifierMatthias Beyer
2020-10-27Add helper for pretty test errorsMatthias Beyer
2020-10-27Add multiline string testMatthias Beyer
2020-10-27Implement log module for job log handlingMatthias Beyer