gplugin/gplugin

Set all log domains to use structured logging

2021-10-12, Elliott Sales de Andrade
9abe6ad22e9c
Set all log domains to use structured logging

* Add log domains to sublibraries
* Set all log domains to use structured logging

Testing Done:
Compile and simple run only; this has no real effect on GPlugin directly.

Reviewed at https://reviews.imfreedom.org/r/1032/
if get_option('rs')
e = executable('test-rust-loading', 'test-rust-loading.c',
include_directories : include_directories('.'),
c_args: [
'-DRUST_PLUGIN_DIR="@0@/plugins"'.format(meson.current_build_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, gplugin_dep])
test('Rust loading', e)
subdir('plugins')
endif # rs