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