[Tizen] Add deprecated log to Control
[platform/core/uifw/dali-toolkit-legacy.git] / dali-toolkit / public-api / controls / control.cpp
index d9b2f8f..38d67d0 100644 (file)
@@ -33,6 +33,7 @@ namespace Toolkit
 
 Control Control::New()
 {
+  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: DALi is deprecated and will be removed from next version. Please use NUI(C# interface of DALi).\n For more information on NUI, see the NUI quick start page : https://docs.tizen.org/application/dotnet/get-started/nui/quickstart/ \n" );
   return Internal::Control::New();
 }