[#BloombergLP-ball-operator_lshift-012] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::operator<< :relfileprefix: ../../ :mrdocs: Write a representation of `configuration` to the specified `stream`. == Synopsis Declared in `<ball_loggermanagerconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/ball/LoggerManagerConfiguration.adoc[LoggerManagerConfiguration] const& configuration); ---- == Description The output indicates whether the contained functors are or are not "null". == Return Value reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *configuration* | configuration object to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#