Return messages logged during the last call to the convert method.

Synopsis

Declared in <baljsn_jsonconverter.h>

bsl::string
loggedMessages() const;

Description

Return a string containing any error, warning, or trace messages that were logged during the last call to the convert method. The log is reset each time convert is called.

Return Value

a string of messages logged during the last convert call

Created with MrDocs