static void initialize_logging(void)
{
	debug_add_handler(wsman_debug_message_handler, DEBUG_LEVEL_ALWAYS,
			  NULL);
}
Exemple #2
0
static void initialize_logging(void)
{
        debug_add_handler(debug_message_handler, -1, NULL);

}