Fix LogMessage format to print Filename / Functioname / Line 40/265540/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 21 Oct 2021 13:39:23 +0000 (22:39 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 22 Oct 2021 06:13:02 +0000 (15:13 +0900)
commit1895d50b1a4867ad8e3be4bbaf13768465efe6bc
tree7e34a4f1606105301d257e20cfde51ce9a297727
parented5c00d142cb11282a148602ca1a6f8ab56c25e7
Fix LogMessage format to print Filename / Functioname / Line

Add LogMessageDlogFormat macro to apply these informations :
Filename: Function(Line#) > "messages"

Previous LogMessage function always print like this
logging-tizen.cpp: LogMessage(38) > "messages"
So we fix to print actual informations

Default LogMessage(~~) will be used when someone don't need to follow up
Dlog format. (like ttrace and perfomance logger)

Change-Id: Ifa77b921bcb189165114c5b1e08a18175abd939d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali-scene-loader/utc-Dali-StringCallback.cpp
dali-toolkit/internal/controls/flex-container/flex-container-impl.cpp
dali-toolkit/internal/controls/scrollable/scroll-view/scroll-view-impl.cpp
dali-toolkit/internal/controls/table-view/table-view-impl.cpp