SyslogAppender not working

2011-02-16 Thread secvet
Hi, I'm trying to use log4cxx to log messages to a remote syslog server. To begin with, I tried to log the message to the local syslog server for a simple testing. I made the following configuration in my log4cxx configuration, but nothing had been logged to /var/log/message. I tried DAEMON, SY

SyslogAppender not working

2011-02-16 Thread security veteran
Hi, I'm trying to use log4cxx to log messages to a remote syslog server. To begin with, I tried to log the message to the local syslog server for a simple testing. I made the following configuration in my log4cxx configuration, but nothing had been logged to /var/log/message. I tried DAEMON, SYS

Re: SyslogAppender not working

2011-02-16 Thread Jacob L. Anawalt
On 2/16/2011 2:09 AM, security veteran wrote: Hi, I'm trying to use log4cxx to log messages to a remote syslog server. To begin with, I tried to log the message to the local syslog server for a simple testing. I use a SyslogAppender, but my configuration is different so I can't do a quick ap