set_debug_enabled


Description:

[ Version ( since = "2.72" ) ]
public void set_debug_enabled (bool enabled)

Enable or disable debug output from the GLib logging system for all domains.

This value interacts disjunctively with `G_MESSAGES_DEBUG` — if either of them would allow a debug message to be outputted, it will be.

Note that this should not be used from within library code to enable debug output — it is intended for external use.

Parameters:

enabled

true to enable debug output, false otherwise


Namespace: GLib.Log
Package: glib-2.0



2022 vala-language.org