Return the address of the modifiable message buffer managed by this logger. Note that the returned buffer is intended to be used only for formatting log messages immediately before calling logMessage.
Synopsis
Declared in <ball_loggermanager.h>
char*
messageBuffer();
Description
DEPRECATED: Use obtainMessageBuffer instead. Do not use this method in multi‐threaded code.
Created with MrDocs