GLib.log_remove_handler (original) (raw)

GLib

API Version: 2.0

Library Version: 2.85.1

Functions

Generated by gi-docgen 2024.1

Function

GLiblog_remove_handler

Declaration [src]


void
g_log_remove_handler (
  const gchar* log_domain,
  guint handler_id
)

Description [src]

Removes the log handler.

This has no effect if structured logging is enabled; seeUsing Structured Logging.

Parameters

log_domain

Type: const gchar*

The log domain.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

handler_id

Type: guint

The ID of the handler, which was returned in g_log_set_handler().