Skip to content

Commit

Permalink
Remove deprecated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Jul 31, 2024
1 parent d38b4d5 commit 013cf10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libnecrolog/necrolog.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,8 @@ class NECROLOG_DECL_EXPORT NecroLog
static std::vector<std::string> setCLIOptions(int argc, char *argv[]);
static std::vector<std::string> setCLIOptions(const std::vector<std::string> &params);
static std::string thresholdsLogInfo();
[[deprecated]] static std::string tresholdsLogInfo() {return thresholdsLogInfo();}
static std::string topicsLogThresholds();
[[deprecated]] static std::string topicsLogTresholds() { return topicsLogThresholds(); }
static void setTopicsLogThresholds(const std::string &thresholds);
[[deprecated]] static void setTopicsLogTresholds(const std::string &thresholds) { setTopicsLogThresholds(thresholds); }
//static std::string fileLogTresholds();
//static void setFileLogTresholds(const std::string &tresholds);
static void registerTopic(const std::string &topic, const std::string &info);
static std::string registeredTopicsInfo();
static const char * cliHelp();
Expand Down

0 comments on commit 013cf10

Please sign in to comment.