Re: [PATCH 3/5] log: provide missing macros

2021-01-18 Thread Tom Rini
On Mon, Jan 04, 2021 at 08:02:54AM +0100, Heinrich Schuchardt wrote: > With commit d094a0734cee ("log: allow for message continuation") we have > defined a special log level and category for message continuation. Let's > have a macro for using these. > > If logging is enabled log_cont() will crea

Re: [PATCH 3/5] log: provide missing macros

2021-01-07 Thread Simon Glass
On Mon, 4 Jan 2021 at 00:03, Heinrich Schuchardt wrote: > > With commit d094a0734cee ("log: allow for message continuation") we have > defined a special log level and category for message continuation. Let's > have a macro for using these. > > If logging is enabled log_cont() will create a continu

[PATCH 3/5] log: provide missing macros

2021-01-03 Thread Heinrich Schuchardt
With commit d094a0734cee ("log: allow for message continuation") we have defined a special log level and category for message continuation. Let's have a macro for using these. If logging is enabled log_cont() will create a continuation log output with the same logging level and category as the pre