summaryrefslogtreecommitdiff
path: root/orkbasecxx/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Config.h')
-rw-r--r--orkbasecxx/Config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/orkbasecxx/Config.h b/orkbasecxx/Config.h
index 09fe6a4..30b74c5 100644
--- a/orkbasecxx/Config.h
+++ b/orkbasecxx/Config.h
@@ -73,6 +73,8 @@
#define TAPE_PROCESSORS_PARAM "TapeProcessors"
#define CAPTURE_FILE_BATCH_SIZE_KBYTE_PARAM "CaptureFileBatchSizeKByte"
#define CAPTURE_FILE_BATCH_SIZE_KBYTE_DEFAULT 4
+#define DEBUG_PARAM "Debug"
+#define DEBUG_DEFAULT false
class DLL_IMPORT_EXPORT_ORKBASE Config : public Object
{
@@ -114,6 +116,7 @@ public:
std::list<CStdString> m_capturePortFilters;
std::list<CStdString> m_tapeProcessors;
int m_captureFileBatchSizeKByte;
+ bool m_debug;
private:
log4cxx::LoggerPtr m_log;