diff src/main.h @ 126:b51cee929416

Add program debug logging.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 23 Aug 2017 13:22:27 +0300
parents 6e2d26e7a0b4
children 10c6bd84eb32
line wrap: on
line diff
--- a/src/main.h	Mon Jul 10 13:56:04 2017 +0300
+++ b/src/main.h	Wed Aug 23 13:22:27 2017 +0300
@@ -25,7 +25,7 @@
 #define APP_ID            "Kampus Syntilista"       // Application ID (for settings)
 #define APP_NAME          "Café Kampus Syntilista"  // Application title/name
 #define APP_SQLITE_FILE   "syntilista.sqlite3"      // SQLite3 database file name (without path)
-
+#define APP_LOG_FILE      "log.txt"                 // Application log file
 
 #define SQL_LEN_FIRST_NAME 128
 #define SQL_LEN_LAST_NAME  128