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)
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>

No differences found