I'm trying to test an installation of Windows Kiwi Syslog Server by logging to it using the syslog function in PHP as follows:
syslog(LOG_WARNING, "test123");
The function returns true but the log doesn't show up in Kiwi which is running on the localhost. Is there any configuration required to enable syslog to work using PHP in Windows?