Add a pipe-based userspace logging backend. 38/67438/26
authorKazimierz Krosman <k.krosman@samsung.com>
Mon, 30 May 2016 15:05:54 +0000 (17:05 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Wed, 1 Jun 2016 20:13:35 +0000 (22:13 +0200)
commit5f4c8d8412065b53d43d53b27611e1534b4686c5
tree04eda107f9411d6e64d8119c9eb93d2372be7d42
parent6a87a1b13c4fafe4d8059e15553b05a2c0ebbc0c
Add a pipe-based userspace logging backend.

Change-Id: I1dca48f71ecf637c71f651f511ceca8d99ca16d1
Signed-off-by: Kazimierz Krosman <k.krosman@samsung.com>
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
13 files changed:
Makefile.am
configs/dlog-pipe.conf [new file with mode: 0644]
configs/dlog.conf.pipe [new file with mode: 0644]
configure.ac
include/logcommon.h
include/logpipe.h [new file with mode: 0644]
packaging/dlog.spec
packaging/dlog_logger.path.pipe [new file with mode: 0644]
src/libdlog/log_pipe.c [new file with mode: 0644]
src/logger/logger_pipe.c [new file with mode: 0644]
src/logutil/logutil_pipe.c [new file with mode: 0644]
src/shared/logcommon.c
src/shared/logconfig.c