talkatu/talkatu

Use structured logging, and add a log domain

2021-10-18, Elliott Sales de Andrade
8e74fa56576c
Use structured logging, and add a log domain

Testing Done:
Compiled and ran, though the only logging appears to be switching buffer types in the demo.

Reviewed at https://reviews.imfreedom.org/r/1059/
if get_option('vapi')
if not get_option('introspection')
error('Vala generation requires GObject Introspection.')
endif
add_languages('vala', native : false)
talkatu_vapi = gnome.generate_vapi('talkatu',
sources : talkatu_gir[0],
packages : [ 'gtk+-3.0' ],
install : true,
gir_dirs : meson.current_build_dir() / '..' / 'talkatu',
)
endif # vala