Merge "Add DALI_LOG_RELEASE_INFO for debug" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 13 Dec 2017 12:15:43 +0000 (12:15 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Wed, 13 Dec 2017 12:15:43 +0000 (12:15 +0000)
dali/integration-api/debug.h

index 6ba890d..8e59859 100644 (file)
@@ -130,6 +130,11 @@ DALI_IMPORT_API void UninstallLogFunction();
  */
 #define DALI_LOG_RENDER_INFO(format, args...)     Dali::Integration::Log::LogMessage(Dali::Integration::Log::DebugInfo, format, ## args)
 
+/**
+ * Provides unfiltered logging for release
+ */
+#define DALI_LOG_RELEASE_INFO(format, args...)     Dali::Integration::Log::LogMessage(Dali::Integration::Log::DebugInfo, format, ## args)
+
 #ifdef DEBUG_ENABLED
 
 /**