![]() |
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/ctkLogService.h>


Public Member Functions | |
| ctkNullLogStream () | |
| ~ctkNullLogStream () | |
Public Member Functions inherited from ctkLogStream | |
| 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 () |
Additional Inherited Members | |
Protected Attributes inherited from ctkLogStream | |
| 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 184 of file ctkLogService.h.
| ctkNullLogStream::ctkNullLogStream | ( | ) |
| ctkNullLogStream::~ctkNullLogStream | ( | ) |