|
BALL
1.4.79
|
#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 |
| bool | disabled |
Definition at line 165 of file logStream.h.
|
inline |
Definition at line 174 of file logStream.h.
|
inline |
Definition at line 183 of file logStream.h.
| bool BALL::LogStreamBuf::StreamStruct::disabled |
Definition at line 172 of file logStream.h.
| int BALL::LogStreamBuf::StreamStruct::max_level |
Definition at line 170 of file logStream.h.
| int BALL::LogStreamBuf::StreamStruct::min_level |
Definition at line 169 of file logStream.h.
| string BALL::LogStreamBuf::StreamStruct::prefix |
Definition at line 168 of file logStream.h.
| std::ostream* BALL::LogStreamBuf::StreamStruct::stream |
Definition at line 167 of file logStream.h.
| LogStreamNotifier* BALL::LogStreamBuf::StreamStruct::target |
Definition at line 171 of file logStream.h.
1.8.7