Files
lightning/lightningd
Rusty Russell b7acd93578 log: separate levels for IO directions, allow msg + io data.
We currently don't handle LOG_IO properly, and we turn it into a string
before handing it to the ->print function, which makes it ugly for
the case where we're using copy_to_parent_log, and also means in
that case we lose *what peer* the IO is coming from.

Now, we handle the io as a separate arg, which is much neater.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-07 00:46:49 +00:00
..
2017-10-20 18:31:32 +02:00
2018-02-01 03:12:43 +00:00
2017-12-21 09:56:20 +00:00
2017-12-21 09:56:20 +00:00
2018-02-07 00:46:49 +00:00