Skip to content

Commit

Permalink
Update logging.h
Browse files Browse the repository at this point in the history
reduce empty lines.
  • Loading branch information
SimonDold authored Jun 28, 2024
1 parent 0af7fae commit 45d501e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/search/utils/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,9 @@ class LogProxy {
extern LogProxy g_log;

extern void add_log_options_to_feature(plugins::Feature &feature);

extern std::tuple<Verbosity> get_log_arguments_from_options(
const plugins::Options &opts);



extern LogProxy get_log_for_verbosity(const Verbosity &verbosity);
extern LogProxy get_silent_log();

Expand Down

0 comments on commit 45d501e

Please sign in to comment.