OpenMS
LogStreamBuf::StreamStruct Struct Reference

Holds a stream that is connected to the LogStream. It also includes the minimum and maximum level at which the LogStream redirects messages to this stream. More...

#include <OpenMS/CONCEPT/LogStream.h>

Collaboration diagram for LogStreamBuf::StreamStruct:
[legend]

Public Member Functions

 StreamStruct ()
 
 ~StreamStruct ()
 Delete the notification target. More...
 

Public Attributes

std::ostream * stream
 
std::string prefix
 
LogStreamNotifiertarget
 

Detailed Description

Holds a stream that is connected to the LogStream. It also includes the minimum and maximum level at which the LogStream redirects messages to this stream.

Constructor & Destructor Documentation

◆ StreamStruct()

StreamStruct ( )
inline

◆ ~StreamStruct()

~StreamStruct ( )
inline

Delete the notification target.

Member Data Documentation

◆ prefix

std::string prefix

◆ stream

std::ostream* stream

◆ target