Parsing LogLevel in the Logger
authorJan Olszak <j.olszak@samsung.com>
Wed, 14 May 2014 14:41:27 +0000 (16:41 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:16 +0000 (13:47 +0200)
commit44ce3715eb382aa06dd94da3dcfacef7cda9aada
treec07a3a70ea84a2d6772101e54106fc919ac93ea2
parent07d874514c1b9a3208158b4de8d6a804f43b657e
Parsing LogLevel in the Logger

[Bug/Feature]   No way to initialize LogLevel with a string value
[Cause]         N/A
[Solution]      Added parsing of LogLevel from std::string
[Verification]  Build, install and run tests

Change-Id: I1f1dada51d0a131d13aa21d6e49e6c4d37ee0f25
common/log/backend-journal.cpp
common/log/formatter.cpp
common/log/formatter.hpp
common/log/level.cpp [new file with mode: 0644]
common/log/level.hpp
common/log/logger.cpp
common/log/logger.hpp
container-daemon/main.cpp
server/main.cpp
unit_tests/log/ut-logger.cpp