added option log-file and option FILE to log-output; use in main and adjusted unit...
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 30 Apr 2015 14:13:08 +0000 (16:13 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 14:57:59 +0000 (16:57 +0200)
commitfda777ea902cf521ad9139d4bde76896ed366050
tree0822f16ff328f12627e9e8b294c71eb5070935bd
parentfd62d09f010edf4becab310ce8fec37411b0e58c
added option log-file and option FILE to log-output; use in main and adjusted unit tests
14 files changed:
src/CMakeLists.txt
src/config/configuration.cpp
src/config/configuration.h
src/config/configurationoptions.cpp
src/config/option/logfileoption.cpp [new file with mode: 0644]
src/config/option/logfileoption.h [new file with mode: 0644]
src/host/logoutput.cpp
src/host/logoutput.h
src/main.cpp
test/CMakeLists.test_configurationcommandline.txt
test/CMakeLists.test_configurationfile.txt
test/CMakeLists.test_configurationoptions.txt
test/test_configurationoptions.cpp
test/test_logoutput.cpp