Re: syslog

From: Doug Hardie <bc979_at_lafn.org>
Date: Thu, 06 Apr 2023 03:12:26 UTC
> On Apr 5, 2023, at 13:44, possessor.assizer305@aceecat.org wrote:
> 
> On Wed, Apr 05, 2023 at 03:39:33AM -0700, Doug Hardie wrote:
> 
>> I am writing a program that I would like to log some messages with
>> LOG_DEBUG, and others with LOG_INFO and LOG_MAIL.
> 
> May be relevant or not, but notice that LOG_DEBUG and LOG_INFO are
> priorities but LOG_MAIL is a facility.

Right.  I knew that, but thought it might be the best way to describe the situation.  i have tried a few more combinations, but none of them seem to work, but to have only one or the other per invocation.  It's not a great solution, but workable.

-- Doug