Sync with 5.4.2
[deliverable/titan.core.git] / core / config_process.l
index aba8584615d68e358980ea4ddab7eb61d9421cdd..2b0a5cd8a2545be1bc7a0616bc971c1c880755d3 100644 (file)
@@ -628,6 +628,14 @@ DEBUG_TESTPORT     {
        yylval.logseverity_val = TTCN_Logger::DEBUG_TESTPORT;
        return LoggingBit;
        }
+DEBUG_USER     {
+       yylval.logseverity_val = TTCN_Logger::DEBUG_USER;
+       return LoggingBit;
+       }
+DEBUG_FRAMEWORK        {
+       yylval.logseverity_val = TTCN_Logger::DEBUG_FRAMEWORK;
+       return LoggingBit;
+       }
 DEBUG_UNQUALIFIED              {
        yylval.logseverity_val = TTCN_Logger::DEBUG_UNQUALIFIED;
        return LoggingBit;
This page took 0.023352 seconds and 5 git commands to generate.