Return a string containing any error, warning, or trace messages that were logged during the last call to the encode method.
Synopsis
Declared in <balber_berencoder.h>
bslstl::StringRef
loggedMessages() const;
Description
The log is reset each time encode is called.
Return Value
messages logged during the last encode call
Created with MrDocs