shared/log: Add common code to interface with logging channel
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 7 Nov 2018 12:26:50 +0000 (14:26 +0200)
committerhimanshu <h.himanshu@samsung.com>
Tue, 14 Jan 2020 08:53:35 +0000 (14:23 +0530)
commit61a9043da866df9c0871aad8157dce3f3fb154df
tree09869f5be88af1a2e5c3b5f41129bcbf121190b0
parent2988b277c845ad881832889cb94bd972ec82dd11
shared/log: Add common code to interface with logging channel

This enables any code using shared to log information using the logging
channel which can then be decoded by the likes of btmon.

Change-Id: Ic910de61ec3b4f291f0ceb801a5b5a3925c9f0b2
Signed-off-by: himanshu <h.himanshu@samsung.com>
Makefile.am
src/shared/log.c [new file with mode: 0644]
src/shared/log.h [new file with mode: 0644]