CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Protected Attributes | List of all members
ctkLogStreamWithServiceRef Class Reference

#include <Libs/PluginFramework/service/log/ctkLogService.h>

Inheritance diagram for ctkLogStreamWithServiceRef:
Inheritance graph
[legend]
Collaboration diagram for ctkLogStreamWithServiceRef:
Collaboration graph
[legend]

Public Member Functions

 ctkLogStreamWithServiceRef (const ctkLogStreamWithServiceRef &logStreamWithRef)
 
 ctkLogStreamWithServiceRef (ctkLogService *logService, const ctkServiceReference &sr, int level, const std::exception *exc=0, const char *file=0, const char *function=0, int line=-1)
 
 ~ctkLogStreamWithServiceRef ()
 
- 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)
 
ctkLogStreamoperator<< (bool b)
 
ctkLogStreamoperator<< (const char *c)
 
template<class T >
ctkLogStreamoperator<< (const T &t)
 
virtual ~ctkLogStream ()
 

Protected Attributes

ctkServiceReference sr
 
- Protected Attributes inherited from ctkLogStream
const std::exception * exc
 
const char * file
 
const char * function
 
int level
 
const int line
 
bool logged
 
ctkLogServicelogService
 
QString msg
 
QTextStream ts
 

Detailed Description

Definition at line 165 of file ctkLogService.h.

Constructor & Destructor Documentation

◆ ctkLogStreamWithServiceRef() [1/2]

ctkLogStreamWithServiceRef::ctkLogStreamWithServiceRef ( ctkLogService logService,
const ctkServiceReference sr,
int  level,
const std::exception *  exc = 0,
const char *  file = 0,
const char *  function = 0,
int  line = -1 
)

◆ ctkLogStreamWithServiceRef() [2/2]

ctkLogStreamWithServiceRef::ctkLogStreamWithServiceRef ( const ctkLogStreamWithServiceRef logStreamWithRef)

◆ ~ctkLogStreamWithServiceRef()

ctkLogStreamWithServiceRef::~ctkLogStreamWithServiceRef ( )

Member Data Documentation

◆ sr

ctkServiceReference ctkLogStreamWithServiceRef::sr
protected

Definition at line 178 of file ctkLogService.h.


The documentation for this class was generated from the following file: