![]() |
CustusX
16.5.0-rc9
An IGT application
|
#include <cxLogFileWatcher.h>
Public Member Functions | |
| virtual | ~LogFileWatcher () |
Public Member Functions inherited from cx::Log | |
| virtual | ~Log () |
| QString | getLoggingFolder () const |
| void | setLoggingFolder (QString absoluteLoggingFolderPath) |
| void | installObserver (MessageObserverPtr observer, bool resend) |
| void | uninstallObserver (MessageObserverPtr observer) |
Static Public Member Functions | |
| static LogFileWatcherPtr | create () |
Protected Member Functions | |
| virtual LogThreadPtr | createWorker () |
Protected Member Functions inherited from cx::Log | |
| Log () | |
| void | initializeObject () |
| void | startThread () |
| void | stopThread () |
| QString | getDefaultLogPath () const |
Additional Inherited Members | |
Signals inherited from cx::Log | |
| void | loggingFolderChanged () |
Protected Slots inherited from cx::Log | |
| virtual void | onEmittedMessage (Message message) |
Protected Attributes inherited from cx::Log | |
| QString | mLogPath |
| boost::shared_ptr< class QThread > | mThread |
| LogThreadPtr | mWorker |
Definition at line 63 of file cxLogFileWatcher.h.
|
inlinevirtual |
Definition at line 69 of file cxLogFileWatcher.h.
|
static |
Definition at line 53 of file cxLogFileWatcher.cpp.
|
protectedvirtual |
Implements cx::Log.
Definition at line 60 of file cxLogFileWatcher.cpp.