Return a string containing any error, warning, or trace messages that were logged during the last call to the encode method.

Synopsis

Declared in <balxml_encoder.h>

bslstl::StringRef
loggedMessages() const;

Description

The log is reset each time encode is called.

Return Value

string containing messages logged during the last encode call

Created with MrDocs