Subject: question about NetBSD syslog
To: None <netbsd-users@netbsd.org>
From: Aleksey Cheusov <cheusov@tut.by>
List: netbsd-users
Date: 05/23/2007 20:32:39
Hi, all.

I want syslog has the following logic.

func (facility, level){
   if (facility = <F>) {
      log_to (<FILE>)
      return <----------------  see here
   }
   ...
}

That is, I want to process log line and if it is matched, log it to
the file and DO NOT PROCESS THIS LINE AGAIN by the following
syslog.conf rules. As far as I understand it is not possible 
with NetBSD syslog. Right?

-- 
Best regards, Aleksey Cheusov.