#include #include -- | module Bindings.GLib.CoreApplicationSupport.MessageLogging where #strict_import import Bindings.GLib.Fundamentals #pointer G_LOG_DOMAIN #num G_LOG_FATAL_MASK #num G_LOG_LEVEL_USER_SHIFT #callback GLogFunc , Ptr -> -> Ptr -> -> IO () #integral_t GLogLevelFlags #num G_LOG_FLAG_RECURSION #num G_LOG_FLAG_FATAL #num G_LOG_LEVEL_ERROR #num G_LOG_LEVEL_CRITICAL #num G_LOG_LEVEL_WARNING #num G_LOG_LEVEL_MESSAGE #num G_LOG_LEVEL_INFO #num G_LOG_LEVEL_DEBUG #num G_LOG_LEVEL_MASK #ccall g_log_set_handler , Ptr -> -> -> -> IO #ccall g_log_remove_handler , Ptr -> -> IO () #ccall g_log_set_always_fatal , -> IO #ccall g_log_set_fatal_mask , Ptr -> -> IO #ccall g_log_default_handler , Ptr -> -> Ptr -> -> IO () #ccall g_log_set_default_handler , -> -> IO