GLib.LOG_DOMAIN

Defines the log domain.

For applications, this is typically left as the default null (or "") domain. Libraries should define this so that any messages which they log can be differentiated from messages from other libraries and application code. But be careful not to define it in any public header files.

For example, GTK+ uses this in its Makefile.am: |[ INCLUDES = -DG_LOG_DOMAIN=\"Gtk\" ]|