From ff6d8a87f9569a42c7827428f2329280c9b633b9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 1 Aug 2016 01:16:15 -0400 Subject: Implement LV2 log extension as host Only print color logs if output is a terminal. --- ingen/URIs.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ingen/URIs.hpp') diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index 52921085..9fc771da 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -127,6 +127,7 @@ public: const Quark ingen_value; const Quark log_Error; const Quark log_Note; + const Quark log_Trace; const Quark log_Warning; const Quark lv2_AudioPort; const Quark lv2_CVPort; -- cgit v1.2.1