#include <BALL/COMMON/logStream.h>
Public Member Functions | |
| StreamStruct () | |
| ~StreamStruct () | |
Public Attributes | |
| std::ostream * | stream |
| string | prefix |
| int | min_level |
| int | max_level |
| LogStreamNotifier * | target |
| BALL::LogStreamBuf::StreamStruct::StreamStruct | ( | ) | [inline] |
| BALL::LogStreamBuf::StreamStruct::~StreamStruct | ( | ) | [inline] |
| std::ostream* BALL::LogStreamBuf::StreamStruct::stream |