Set the severity threshold at which log records are written by logMessage and logFormattedMessage to the specified severity.

Synopsis

Declared in <bsls_log.h>

static
void
setSeverityThreshold(bsls::LogSeverity::Enum severity);

Parameters

Name

Description

severity

minimum severity at which records are written

Created with MrDocs