Home
last modified time | relevance | path

Searched refs:set_persistency (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/logging/
H A Dmacros_test.cpp48 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
64 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
80 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
96 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
H A Doperations_test.cpp98 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
130 logging::set_persistency("debug", fs::path("test.log")); in ATF_TEST_CASE_BODY()
168 logging::set_persistency(level, fs::path(path)); in create_log()
308 logging::set_persistency("foobar", fs::path("log"))); in ATF_TEST_CASE_BODY()
312 logging::set_persistency("debug", in ATF_TEST_CASE_BODY()
H A Doperations.cpp169 set_persistency("debug", fs::path("/dev/stderr")); in log()
214 logging::set_persistency(const std::string& new_level, const fs::path& path) in set_persistency() function in logging
H A Doperations.hpp58 void set_persistency(const std::string&, const fs::path&);
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dmain.cpp184 logging::set_persistency(cmdline.get_option< cmdline::string_option >( in safe_main()