Install the specified handler as the current log message handler.

Synopsis

Declared in <bsls_log.h>

static
void
setLogMessageHandler(Log::LogMessageHandler handler);

Parameters

Name

Description

handler

callback to install as the log message handler

Created with MrDocs