Write a representation of configuration to the specified stream.
Declared in <ball_loggermanagerconfiguration.h>
std::ostream&
operator<<(
std::ostream& stream,
LoggerManagerConfiguration const& configuration);
The output indicates whether the contained functors are or are not "null".
reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| configuration | configuration object to write |