elementary / switchboard

Extensible System Settings app designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
48 stars 15 forks source link

Specify domain name of switchboard and plugs #59

Open tintou opened 6 years ago

tintou commented 6 years ago

A recommended GLib way to use and debug applications & plugins is to use logging domain. We should really start to add the logging domain to switchboard and its plugs. Two main reasons:

How to do it? Simply add this in the beginning of our files: #define G_LOG_DOMAIN "my-log-domain-name" public const string G_LOG_DOMAIN = "my-log-domain-name" Or define it project-wide using meson flags.

arshubham commented 4 years ago

@tintou I would like to take this up. Any decision been reached over this?