[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] Log rtl_printf calls?



On Tue, 06 Jun 2000, kissg@sztaki.hu wrote:
> > are the outputs made by rtl_printf written to a logfile somewhere? I
> 
> 'dmesg' lists them.

I use a KDE program called "ktail" (a predecessor version was called "kwatch")
gives you a continuous listing of the most recent lines added to any file you
want - in my case it's usually /var/log/messages.  Then you configure your
system (/etc/syslog.conf) to log messages into that file.  This works fine for
relatively low volume messages (initial debugging) and in cases where disk
activity doesn't interfere with the timing of your process too much.

-- 
Daniel