Re: [PATCH] log: add l_notice
Marcel Holtmann <[email protected]> Tue, 13 Feb 2024 15:05:11 +0100
| Newsgroups | dev.linux.lists.ell |
|---|---|
| Message-ID | <[email protected]> |
Hi James,
> Adds the ability to use a notice (5) log level.
> ---
> ell/log.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/ell/log.h b/ell/log.h
> index 72dbed3..7ddf663 100644
> --- a/ell/log.h
> +++ b/ell/log.h
> @@ -17,6 +17,7 @@ extern "C" {
>
> #define L_LOG_ERR 3
> #define L_LOG_WARNING 4
> +#define L_LOG_NOTICE 5
> #define L_LOG_INFO 6
> #define L_LOG_DEBUG 7
for what? What is the difference to just use l_info?
Regards
Marcel