Re: [PATCH] log: add l_notice

Denis Kenzior <[email protected]> Wed, 14 Feb 2024 10:18:45 -0600
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi Marcel,

>> #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?

Per conversation on Slack, James wants to categorize certain messages for easier 
searching.  Since NOTICE level exists, I suggested it would fit the usecase.

Regards,
-Denis