Re: How to log error messages in a file for Glib

2006-03-17 Thread John Cupitt
You can also set your own log handler: http://developer.gnome.org/doc/API/2.0/glib/glib-Message-Logging.html#g-log-set-handler And capture message to a file, send them to a dialog box, whatever. On 3/17/06, Daniel Espinosa <[EMAIL PROTECTED]> wrote: > Run your program from the consol, and in

Re: How to log error messages in a file for Glib

2006-03-17 Thread Daniel Espinosa
Run your program from the consol, and in the command line write the following: user$ yourprogram > filelog "yourprogram" will run the project you are working on, and the filelog is the file where the message will be stored (in the same directory you call your program).2006/3/17, Sumit Kumar Jain

How to log error messages in a file for Glib

2006-03-17 Thread Sumit Kumar Jain
hi, how can we log error messages for Glivusing error function like g_error() to a file and not printed to the console?-sumit Yahoo! Mail Use Photomail to share photos without annoying attachments.___ gtk-list mailing list gtk-list@gnome.org ht