summaryrefslogtreecommitdiffstats
path: root/src/uscxml/interpreter/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/interpreter/Logging.h')
-rw-r--r--src/uscxml/interpreter/Logging.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/uscxml/interpreter/Logging.h b/src/uscxml/interpreter/Logging.h
index 7746998..85d28ca 100644
--- a/src/uscxml/interpreter/Logging.h
+++ b/src/uscxml/interpreter/Logging.h
@@ -31,14 +31,6 @@
#define LOG(lvl) uscxml::Logger::getDefault().log(lvl)
#define LOG2(lvl, thing) uscxml::Logger::getDefault().log(lvl, thing);
-#define SCXML USCXML_SCXML
-#define TRACE USCXML_TRACE
-#define DEBUG USCXML_DEBUG
-#define INFO USCXML_INFO
-#define WARNING USCXML_WARN
-#define ERROR USCXML_ERROR
-#define FATAL USCXML_FATAL
-
namespace uscxml {
enum LogSeverity {