[#BloombergLP-bslim-Printer-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::xref:BloombergLP/bslim/Printer.adoc[Printer]::Printer :relfileprefix: ../../../ :mrdocs: Create a `Printer` object that will print to the specified `stream` in a format dictated by the values of the specified `level` and `spacesPerLevel`, as per the contract of the standard BDE `print` method. The behavior is undefined unless `stream` is valid. == Synopsis Declared in `<bslim_printer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Printer( std::ostream* stream, int level, int spacesPerLevel); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#