Fix log system based on dlog 63/56163/1
authorKyungwook Tak <k.tak@samsung.com>
Tue, 5 Jan 2016 05:27:32 +0000 (14:27 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Tue, 5 Jan 2016 05:38:23 +0000 (14:38 +0900)
commit802e6af17b8a6e35a512b2da8ffdc729e2c272be
tree161e3a87514484c2b0a070af4190a23e36190e98
parent22aca2b7c6e5b3b8572e9bd7a3107d476a7b42d4
Fix log system based on dlog

 * set tag when library loaded by constructor
 * use dlog provider by default to filter log by LOG_TAG
 * use debug log related defined macro by TIZEN_ENGINEER_MODE

Change-Id: I8c2ac953170f53005c4062e2f76d195f387030f9
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
CMakeLists.txt
vcore/CMakeLists.txt
vcore/dpl/log/include/dpl/log/log.h
vcore/dpl/log/src/log.cpp
vcore/vcore/init-lib.cpp [new file with mode: 0644]