summaryrefslogtreecommitdiffstats
path: root/src/log/mod.rs
AgeCommit message (Expand)Author
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-03Remove unused module: log::filesinkMatthias 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-10-27Implement log module for job log handlingMatthias Beyer