Add standard stream logger 52/1052/2
authorRolf Badorek <rolf.badorek@nokia.com>
Wed, 2 Oct 2019 14:22:45 +0000 (17:22 +0300)
committerRolf Badorek <rolf.badorek@nokia.com>
Wed, 2 Oct 2019 14:45:44 +0000 (17:45 +0300)
commit65fb3b1375a1baaf75a581582a4c8d0d62fbabb6
treea67f81c94def92d49aae0f555c44f1f43a5f776d
parent2dcf940b7a815456af601cdc6fd8ebbc57bda161
Add standard stream logger

Added and activated logger implementation, which will write logs to
stdout and stderr.

This way SDL logs are included to 'kubectl logs' command output
of containerized application which is using SDL library.

SDL logs starts with "shareddatalayer: " prefix.

RIC has own logging library, which will be taken into use later as
a separate commit / merge request.

Signed-off-by: Rolf Badorek <rolf.badorek@nokia.com>
Change-Id: I1b2d4085aa3112b02c4a2161e371712ea5ba2cb5
Makefile.am
configure.ac
include/private/stdstreamlogger.hpp [new file with mode: 0755]
src/createlogger.cpp
src/stdstreamlogger.cpp [new file with mode: 0755]