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