Publish the specified record using bsls::Log::platformDefaultMessageHandler after setting its severity attribute to the specified severity, and dispose of record. The behavior is undefined unless record was obtained by a call to the LoggerManager::getRecord method. Note that record will be invalid after this method returns.

Synopsis

Declared in <ball_loggermanager.h>

static
void
logMessage(
    int severity,
    Record* record);

Created with MrDocs