Mohammed Sadiq
d35ad2b00d
log: Increase default verbosity level
...
GLib shows g_message() and g_info() logs by default.
Let's do the same, so that a single -v shall show debug
logs.
2024-05-05 12:37:12 +05:30
Mohammed Sadiq
717cc3e0fc
log: Show logs from Bluetooth panel
...
Logs from Bluetooth panel have "Bluetooth" as G_LOG_DOMAIN.
Show them by default on -v
2023-01-25 09:55:34 +00:00
Mohammed Sadiq
3b121805ed
log: Improve logging
...
The 'tracing' build option is no longer needed. And the verbosity
of logs can be set by providing '-v' multiple times.
2022-12-01 11:44:17 +00:00
Robert Ancell
c6965d9e30
shell: Use g_autofree for strings
2019-10-02 17:04:15 +00:00
Robert Ancell
92e1abf6f2
log: Replace deprecated functions with modern equivalents
2019-09-30 14:31:39 +00:00
Georges Basile Stavracas Neto
1187f147af
log: Reimplement logging and debugging
...
This commit replaces the old rudimentary log handler
by a shinier version of it. It also introduces the
debugging macros that I usually add to the apps,
including the CC_TRACE_MSG() macro for tracing.
2018-04-06 23:18:26 -03:00