Return the address of the modifiable message buffer.
Declared in <ball_loggermanager.h>
char*
messageBuffer();
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.
DEPRECATED: Use obtainMessageBuffer instead. Do not use this method in multi-threaded code.
address of the modifiable message buffer managed by this logger