LayerManagerUtils: Introducing DLT binding for Logging Framework
authorMichael Schuldt <michael.schuldt@bmw.de>
Tue, 28 Feb 2012 14:34:20 +0000 (15:34 +0100)
committerMichael Schuldt <michael.schuldt@bmw.de>
Tue, 28 Feb 2012 14:34:20 +0000 (15:34 +0100)
commit0bf4e434953b01614e7b49d107284d720d74b1da
treea4e249d5905dc58beb73df7ddefc8ca8e4e4489a
parent37e136de7ef15d8dbc074585a4228302d9da3ed0
LayerManagerUtils: Introducing DLT binding for Logging Framework

- Due to the fact that in Genivi the automotive dlt should
  be used as standard logging component the Logging Class was
  extended by this functionality.

- To use that component please recompile with the option WITH_DLT=ON
CMakeLists.txt
LayerManagerPlugins/Communicators/DBUSCommunicator/test/CMakeLists.txt
LayerManagerService/CMakeLists.txt
LayerManagerService/include/config.h.cmake
LayerManagerService/src/main.cpp
LayerManagerUtils/CMakeLists.txt
LayerManagerUtils/include/Log.h
LayerManagerUtils/src/Log.cpp
LayerManagerUtils/tests/LogTest.cpp
cmake/modules/FindAutomotiveDlt.cmake [new file with mode: 0644]