This helps to get proper log messages prefixed with the plugin name
in Geany's Help->Debug Messages view as well as on console
logging.
For some plugins this might be unnecessary if they don't use any g_message()
, g_warning()
or similar functions but G_LOG_DOMAIN
is also used by g_return_if_fail()
and friends.
Defining it for all plugins at least reduces the chance to miss some plugin, also for the future.
Omitted the plugins GeanyPy and GeanyPG where seperate PRs exist (#371 and #370).
https://github.com/geany/geany-plugins/pull/373
—
Reply to this email directly or view it on GitHub.