![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/PluginFramework/service/log/ctkLogStream.h>


Public Member Functions | |
| ctkLogStream (const ctkLogStream &logStream) | |
| ctkLogStream (ctkLogService *logService, int level, const std::exception *exc=0, const char *file=0, const char *function=0, int line=-1) | |
| ctkLogStream & | operator<< (bool b) |
| ctkLogStream & | operator<< (const char *c) |
| template<class T > | |
| ctkLogStream & | operator<< (const T &t) |
| virtual | ~ctkLogStream () |
Protected Attributes | |
| const std::exception * | exc |
| const char * | file |
| const char * | function |
| int | level |
| const int | line |
| bool | logged |
| ctkLogService * | logService |
| QString | msg |
| QTextStream | ts |
Definition at line 35 of file ctkLogStream.h.
| ctkLogStream::ctkLogStream | ( | ctkLogService * | logService, |
| int | level, | ||
| const std::exception * | exc = 0, |
||
| const char * | file = 0, |
||
| const char * | function = 0, |
||
| int | line = -1 |
||
| ) |
| ctkLogStream::ctkLogStream | ( | const ctkLogStream & | logStream | ) |
|
virtual |
|
inline |
Definition at line 58 of file ctkLogStream.h.
|
inline |
Definition at line 52 of file ctkLogStream.h.
|
inline |
Definition at line 46 of file ctkLogStream.h.
|
protected |
Definition at line 72 of file ctkLogStream.h.
|
protected |
Definition at line 74 of file ctkLogStream.h.
|
protected |
Definition at line 75 of file ctkLogStream.h.
|
protected |
Definition at line 71 of file ctkLogStream.h.
|
protected |
Definition at line 76 of file ctkLogStream.h.
|
protected |
Definition at line 68 of file ctkLogStream.h.
|
protected |
Definition at line 70 of file ctkLogStream.h.
|
protected |
Definition at line 66 of file ctkLogStream.h.
|
protected |
Definition at line 67 of file ctkLogStream.h.