Florian Müllner dc655b9ed0 main: Override global logError() function
logError() prints an exception with an optional prefix, and is
used fairly commonly through-out the code base.

The problem is that by being defined in gjs, it uses "Gjs" as the
GLib log domain, not our own as expected.

Address this by adding a small override that implements the function
with console.error().

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3072>
2023-12-21 19:17:32 +00:00
..
2023-11-10 20:19:13 +00:00
2023-11-21 18:55:47 +00:00
2023-08-06 13:02:49 +02:00
2023-11-10 20:19:13 +00:00
2023-08-31 03:44:32 +00:00
2023-08-06 13:02:49 +02:00
2023-11-10 20:19:13 +00:00
2023-11-10 20:19:13 +00:00
2023-08-09 15:10:38 +00:00
2023-08-10 17:42:23 +00:00
2023-11-10 20:19:13 +00:00
2023-11-10 20:19:13 +00:00
2023-08-10 17:42:23 +00:00
2023-08-10 17:42:23 +00:00
2023-11-19 02:20:01 +00:00
2023-11-21 18:55:47 +00:00
2023-08-31 03:44:32 +00:00
2023-12-16 23:57:48 +01:00