Return whether numBytes is a valid default record-buffer size.
Declared in <ball_loggermanagerconfiguration.h>
static
bool
isValidDefaultRecordBufferSize(int numBytes);
numBytes is valid if 0 < numBytes.
true if 0 < numBytes, and false otherwise
| Name | Description |
|---|---|
| numBytes | candidate default-logger record-buffer size |