Syslog client January 07, 2009 09:49PM | Registered: 15 years ago Posts: 10 |
Re: Syslog client January 12, 2009 01:14AM | Registered: 15 years ago Posts: 6 |
Re: Syslog client January 12, 2009 07:12AM | Registered: 16 years ago Posts: 152 |
Re: Syslog client January 12, 2009 07:46AM | Registered: 16 years ago Posts: 78 |
Excellent idea. Instead of having to use ctr+c to stop, perhaps a special "stop listening" message could be sent for a clean exit.Quote
add a tiny syslog server/listener to "wiiload" that could then be renamed "wiirun". The prog could send the dol as usual, and then waiting for possible syslog message and displaying it in the PC console. Then a simple Ctr+c to quit.
Re: Syslog client January 14, 2009 12:15AM | Registered: 15 years ago Posts: 10 |
Re: Syslog client January 14, 2009 04:49AM | Registered: 16 years ago Posts: 78 |
Re: Syslog client January 14, 2009 08:43AM | Registered: 16 years ago Posts: 152 |
Re: Syslog client January 14, 2009 01:50PM | Registered: 15 years ago Posts: 10 |
Re: Syslog client January 14, 2009 09:24PM | Registered: 15 years ago Posts: 21 |
syslogd.c:81: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
unable to start syslog daemon
Re: Syslog client January 14, 2009 09:52PM | Registered: 16 years ago Posts: 152 |
Re: Syslog client January 14, 2009 10:03PM | Registered: 15 years ago Posts: 21 |
Re: Syslog client January 15, 2009 12:50AM | Registered: 15 years ago Posts: 10 |
Re: Syslog client January 15, 2009 01:54AM | Registered: 15 years ago Posts: 21 |
Re: Syslog client January 15, 2009 02:01AM | Registered: 16 years ago Posts: 152 |
Re: Syslog client January 15, 2009 04:33AM | Registered: 15 years ago Posts: 21 |
Re: Syslog client January 17, 2009 04:24PM | Registered: 15 years ago Posts: 10 |
Re: Syslog client January 19, 2009 11:11PM | Registered: 15 years ago Posts: 6 |
Re: Syslog client January 20, 2009 12:16AM | Registered: 16 years ago Posts: 78 |
I too was having the same problem (see an earlier post) with a small example app I wrote to test the library. However, the problem seemed to vanish one I integrated the syslog code into my real app as a replacement for the existing logging functions.Quote
WARNING : important test for possible bug/drawbacks
Re: Syslog client January 20, 2009 01:23AM | Registered: 15 years ago Posts: 6 |
Re: Syslog client January 20, 2009 10:12AM | Registered: 15 years ago Posts: 10 |