Re: [PATCH v1 02/28] rust: print: add more `pr_*!` levels

From: Sergio González Collado
Date: Mon Nov 14 2022 - 15:09:47 EST


On Mon, 14 Nov 2022 at 09:43, Wei Liu <wei.liu@xxxxxxxxxx> wrote:
>
> On Thu, Nov 10, 2022 at 05:41:14PM +0100, Miguel Ojeda wrote:
> > Currently, only `pr_info!` (for the minimal sample) and
> > `pr_emerg!` (for the panic handler) are there.
> >
> > Add the other levels as new macros, i.e. `pr_alert!`, `pr_crit!`,
> > `pr_err!`, `pr_warn!`, `pr_notice!` and `pr_debug!`.
> >
> > Co-developed-by: Adam Bratschi-Kaye <ark.email@xxxxxxxxx>
> > Signed-off-by: Adam Bratschi-Kaye <ark.email@xxxxxxxxx>
> > Co-developed-by: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
> > Signed-off-by: Wedson Almeida Filho <wedsonaf@xxxxxxxxx>
> > Co-developed-by: Gary Guo <gary@xxxxxxxxxxx>
> > Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
> > Signed-off-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
>
> Reviewed-by: Wei Liu <wei.liu@xxxxxxxxxx>

Reviewed-by: Sergio Gonzalez Collado <sergio.collado@xxxxxxxxx>