[−][src]Constant glib::CLONE_MACRO_LOG_DOMAIN
pub const CLONE_MACRO_LOG_DOMAIN: &str = "glib-rs-clone";
This is the log domain used by the [clone!][crate::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.