chiark / gitweb /
syslog: prep for printing level: Move debug handling
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 24 Sep 2022 18:06:44 +0000 (19:06 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 25 Sep 2022 11:07:04 +0000 (12:07 +0100)
commit4d3fdbfdc98cc484fc1a116fd16c8d3f26f93f28
tree389538df50bab2cfce982ca51dc0ff3b3fa6222e
parentebb028ca6172b8bce03f2eb81607c77e412fdd22
syslog: prep for printing level: Move debug handling

We're going to want to add a note to every message.  It makes sense to
use the same wrapper struct and give it more of the functionality.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/reporter.rs