Re: [Vala] Remove line numbers from logging



On Fri, 29 Apr 2011 16:39:58 +0100, Ricardo Gladwell wrote:
Hi Guys

I'm writing some code that uses the GLib log, debug, message etc. static methods. Is there anyway to disable/remove the pre-pending of file name
and line number to these outputs so that instead of:

[vain] DefaultVainExecution.vala:18: Scanning for projects...

I just print:

[vain] Scanning for projects...

TIA...

Set a custom logger handler. http://developer.gnome.org/glib/unstable/glib-Message-Logging.html
http://valadoc.org/references/glib-2.0/0.11.5/GLib.Log.html

--
Jonathan Ryan



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