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.
Declared in <ball_loggermanager.h>
char*
messageBuffer();
DEPRECATED: Use obtainMessageBuffer instead. Do not use this method in multi-threaded code.