Move ccolor to common/utils 78/47178/3
authorPawel Kubik <p.kubik@samsung.com>
Mon, 31 Aug 2015 10:34:44 +0000 (12:34 +0200)
committerPawel Kubik <p.kubik@samsung.com>
Tue, 1 Sep 2015 09:51:48 +0000 (11:51 +0200)
commit5bc4836840cd866fef8295e5f82a70e2cdb943b2
tree72f3877fa234e08564d7dd61838fafa27ff2d73f
parentbea6af081607f1fe7c5b8ffa34bd74f65fd2d0e3
Move ccolor to common/utils

[Feature]       Move ccolor.hpp and ccolor.cpp from libs/logger to common/utils
[Cause]         ccolor should be available to the CLI without logger as dependency
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: Ic16301b30bd90e60300e243ee8b2dac309eadfac
common/utils/ccolor.cpp [moved from libs/logger/ccolor.cpp with 87% similarity]
common/utils/ccolor.hpp [moved from libs/logger/ccolor.hpp with 85% similarity]
libs/logger/CMakeLists.txt
libs/logger/formatter.cpp