logRemoveHandler
fn
void logRemoveHandler(string logDomain, uint handlerId)Removes the log handler.
This has no effect if structured logging is enabled; see
Using Structured Logging.Parameters
logDomain | the log domain |
handlerId | the ID of the handler, which was returned in funcGLib.log_set_handler |