| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : // 2 : // Author: Vladimir Migashko <migashko@gmail.com>, (C) 2013-2018 3 : // 4 : // Copyright: See COPYING file that comes with this distribution 5 : // 6 : 7 : #pragma once 8 : 9 : namespace wfc{ namespace core{ 10 : 11 0 : struct statlog_config 12 : { 13 : std::string target; 14 : std::string common_log; 15 : std::string legend_log; 16 : std::string table_log; 17 : int log_metric = -1; 18 : }; 19 : 20 : }} |
| Generated by: LCOV version 1.10 |