pub const CLONE_MACRO_LOG_DOMAIN: &str = "glib-rs-clone";Expand description
This is the log domain used by the clone! macro. If you want to use a custom
logger (it prints to stdout by default), you can set your own logger using the corresponding
log functions.