On 10.02.2011 22:14, GARRISON, TRAVIS J. wrote: > I have been able to log requests to the local syslog server just > fine. How to I edit my code to send the logs to a remote syslog > server?
Remote logging cannot be controlled by code. You must configure the local syslogd daemon to forward its messages to a remote server. See syslogd's man page. > Also, is there a way to change what computer name is sent to > the syslog? We will be using this program in a Netboot environment The name is normally not configurable. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
