diff options
Diffstat (limited to 'src/uscxml/interpreter/Logging.h')
-rw-r--r-- | src/uscxml/interpreter/Logging.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/interpreter/Logging.h b/src/uscxml/interpreter/Logging.h index b139211..348e9dc 100644 --- a/src/uscxml/interpreter/Logging.h +++ b/src/uscxml/interpreter/Logging.h @@ -38,6 +38,8 @@ enum LogSeverity { USCXML_TRACE, USCXML_DEBUG, USCXML_INFO, + USCXML_LOG, // from log element + USCXML_VERBATIM, // no additional decorations USCXML_WARN, USCXML_ERROR, USCXML_FATAL |