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