Logging: Add systemd journal log provider 24/24124/2
authorMarcin Lis <m.lis@samsung.com>
Tue, 8 Jul 2014 10:48:22 +0000 (12:48 +0200)
committerMarcin Lis <m.lis@samsung.com>
Wed, 9 Jul 2014 15:53:56 +0000 (17:53 +0200)
commitdf29c8c8c059fa785cdda80b0657063fd06aaca0
tree60b6b6e85dd4202ccbd10e93573d8079eff2f59e
parentad3888ff213cdf5de035a19168b7904bc48a18d4
Logging: Add systemd journal log provider

The logging style inherited from the security-server needs to be adjusted to
Tizen 3.0 logging fashion. The dlog utility is no longer available, the systemd
journal is in use now.

Change-Id: I16c3f7348b60194c31a8bdcc0897f5ee9ec5aea0
Signed-off-by: Marcin Lis <m.lis@samsung.com>
packaging/security-manager.spec
src/common/CMakeLists.txt
src/dpl/log/include/dpl/log/sd_journal_provider.h [new file with mode: 0644]
src/dpl/log/src/sd_journal_provider.cpp [new file with mode: 0644]