Index: trunk/ippToPsps/src/Logger.h
===================================================================
--- trunk/ippToPsps/src/Logger.h	(revision 31032)
+++ trunk/ippToPsps/src/Logger.h	(revision 31036)
@@ -32,4 +32,5 @@
     FILE* file;
     struct timeval startTime;
+    int8_t showDebug;
 
     // methods
@@ -43,5 +44,5 @@
 
 // constructor
-Logger* new_Logger(const char* path);
+Logger* new_Logger(const char* path, const int8_t showDebug);
 
 # endif // IPPTOPSPS_LOGGER_H 
