Set the default logger‐message‐buffer size if numBytes is valid.

Synopsis

Declared in <ball_loggermanagerdefaults.h>

int
setDefaultLoggerBufferSizeIfValid(int numBytes);

Description

Set the default logger‐message‐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.

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

numBytes

candidate default logger‐message‐buffer size

Created with MrDocs