18 #ifndef itkMultipleLogOutput_h
19 #define itkMultipleLogOutput_h
63 void Flush()
override;
66 void Write(
double timestamp)
override;
69 void Write(
const std::string & content)
override;
72 void Write(
const std::string & content,
double timestamp)
override;
88 #endif //itkMultipleLogOutput_h
Light weight base class for most itk classes.
Allows writing simultaneously to multiple streams. Note that the class derives from std::streambuf an...
Represents an output stream.
std::set< OutputType::Pointer > ContainerType
Base class for most ITK classes.