Set the default record-buffer size if numBytes is valid.
Declared in <ball_loggermanagerdefaults.h>
int
setDefaultRecordBufferSizeIfValid(int numBytes);
Set the default-logger record-buffer size attribute of this object to the specified numBytes if 0 < numBytes. Return 0 on success, and a non-zero value (with no effect on the state of this object) otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| numBytes | candidate default-logger record-buffer size |