RetroCore Logging Functions
RetroCore Logging Functions — Functions to log a Libretro core
|
|
Includes
#include <retro-gtk/retro-gtk.h>
Description
Convenience functions to connect to the “log” signal of RetroCore.
Functions
retro_g_log ()
void
retro_g_log (RetroCore *sender,
const gchar *log_domain,
GLogLevelFlags log_level,
const gchar *message);
Logs an error or debugging message.
This is a convenience function to forward the “log” signal of
RetroCore to g_log(), see it for more information.