Add debug option to log SMTP session transcripts.
[dcpomatic.git] / src / lib / log_entry.h
index 10a69c41644517483c0a8cee5575d5b025417449..4eb9c7f333bab943a4ddefc80a08cf77195c3096 100644 (file)
@@ -33,6 +33,7 @@ public:
        static const int TYPE_DEBUG_DECODE;
        static const int TYPE_DEBUG_ENCODE;
        static const int TYPE_TIMING;
+       static const int TYPE_DEBUG_EMAIL;
 
        LogEntry (int type);
        virtual ~LogEntry () {}