Logging: Remove macros and methods for Secure* logs. 83/24283/1
authorMarcin Lis <m.lis@samsung.com>
Wed, 9 Jul 2014 15:42:23 +0000 (17:42 +0200)
committerMarcin Lis <m.lis@samsung.com>
Wed, 9 Jul 2014 15:53:13 +0000 (17:53 +0200)
commitad3888ff213cdf5de035a19168b7904bc48a18d4
tree66294eba04e70c4fda45ba0674e9eb45f5bed44c
parenta1f01826725e94fbf9178b8f26cb8f903fa4d7b0
Logging: Remove macros and methods for Secure* logs.

Secure logs, inherited from security-server are no longer needed.
Replace calls to Secure* logs with their non-secure equivalents.

This is an initial commit in logging adaptation series. It should be
verified by successful build.

Change-Id: I908851f8927c46474489a6bf5053f480d65ac22d
Signed-off-by: Marcin Lis <m.lis@samsung.com>
src/dpl/log/include/dpl/log/abstract_log_provider.h
src/dpl/log/include/dpl/log/dlog_log_provider.h
src/dpl/log/include/dpl/log/log.h
src/dpl/log/include/dpl/log/old_style_log_provider.h
src/dpl/log/src/dlog_log_provider.cpp
src/dpl/log/src/log.cpp
src/dpl/log/src/old_style_log_provider.cpp
src/server/service/installer.cpp