[#BloombergLP-balxml-Decoder_ErrorLogger] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_ErrorLogger :relfileprefix: ../../ :mrdocs: COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Decoder_ErrorLogger; ---- == Description This class is used for logging errors and warnings. The usage of this class is simplified with macros, which are defined below. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_ErrorLogger/2constructor-0e.adoc[`Decoder_ErrorLogger`] [.small]#[constructor]# | Construct a logger for the specified `decoder`. | xref:BloombergLP/balxml/Decoder_ErrorLogger/2destructor.adoc[`~Decoder_ErrorLogger`] [.small]#[destructor]# | Set the decoder's error message to the contents of the message stream. | xref:BloombergLP/balxml/Decoder_ErrorLogger/stream.adoc[`stream`] | Return a modifiable reference to the message stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#