[#BloombergLP-balber-BerEncoderOptions-print] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerEncoderOptions.adoc[BerEncoderOptions]::print :relfileprefix: ../../../ :mrdocs: Format this object to the specified output `stream`. == Synopsis Declared in `<balber_berencoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& print( std::ostream& stream, int level = 0, int spacesPerLevel = 4) const; ---- == Return Value reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *level* | indentation level | *spacesPerLevel* | spaces per indentation level |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#