1#ifndef DOWNWARD_PLUGINS_UTILS_LOGGING_H
2#define DOWNWARD_PLUGINS_UTILS_LOGGING_H
10namespace downward::cli::plugins {
15namespace downward::cli::utils {
17extern void add_log_options_to_feature(plugins::Feature& feature);
18extern std::tuple<::utils::Verbosity>
19get_log_arguments_from_options(
const plugins::Options& opts);