"Magnus Hagander" <[EMAIL PROTECTED]> writes:
> Based on what Andrew wrote, configuration along the line of:
> log_destination stdout
> (for default)
> log_destination stdout,syslog
> (for syslog=2)
> log_destination eventlog
> (for win32 eventlog only)
> > Magnus Hagander wrote:
> >> The patch mimcs the syslog handling in most cases. It also hijacks
> >> the syslog guc variable.
>
> > I'm less happy about this. In fact the 0 | 1 | 2 for syslog is very
> > hokey anyway. What is more, it is not inconceivable that
> someone would
> > run syslogd
Magnus Hagander wrote:
This patch adds initial eventlog support on win32. It's good enough for
most purposes, but we will probably want a specific message DLL later to
format the messages nicer.
I'm extremely happy to see this being done - it's a must-have for WIN32,
I think.
The patch mimcs
This patch adds initial eventlog support on win32. It's good enough for
most purposes, but we will probably want a specific message DLL later to
format the messages nicer.
The patch mimcs the syslog handling in most cases. It also hijacks the
syslog guc variable. Since syslog is not available on w