Log an encoding error or warning with the specified text, tag, formattingMode, and optional index.
Declared in <balxml_encoder.h>
ErrorInfo::Severity
logError(
char const* text,
std::string_view const& tag,
int formattingMode,
int index = -1);
Return the severity of the logged message.
the severity of the logged message
| Name | Description |
|---|---|
| text | error or warning message text |
| tag | XML tag associated with the message |
| formattingMode | formatting mode in effect |
| index | optional array index; -1 if not applicable |