BloombergLP::ball::LoggerManagerDefaults::isValidDefaultLoggerBufferSize

Return true if the specified numBytes is a valid default logger-message-buffer size attribute, and false otherwise.

Synopsis

Declared in <ball_loggermanagerdefaults.h>

static
bool
isValidDefaultLoggerBufferSize(int numBytes);

Description

numBytes is valid if 0 < numBytes.

Return Value

true if 0 < numBytes, and false otherwise

Parameters

NameDescription
numBytescandidate default logger-message-buffer size