pub fn ring_buffer_logger_get_logs() -> Vec<GString>
Expand description

Fetches the current logs per thread from the ring buffer logger. See [debug_add_ring_buffer_logger()][crate::debug_add_ring_buffer_logger()] for details.

§Returns

NULL-terminated array of strings with the debug output per thread