GLib.Log ()
or use the convenience functions listed below.G_MESSAGES_DEBUG=all
to print debug messagesG_DEBUG=fatal-warnings
to exit the program at the first call to warning ()
or critical ()
G_DEBUG=fatal-criticals
to exit the program at the first call to critical ()