Skip to content

Commit

Permalink
Make swssPrioNotify public for SWSS UT
Browse files Browse the repository at this point in the history
Signed-off-by: Mike RE Mallin <mremallin@gmail.com>
Signed-off-by: Mike RE Mallin <mmallin@cisco.com>
  • Loading branch information
mikemallin committed Sep 19, 2024
1 parent 24979b0 commit 10e4e6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class Logger
static std::string priorityToString(Priority prio);
static std::string outputToString(Output output);
static void swssOutputNotify(const std::string& component, const std::string& outputStr);
static void swssPrioNotify(const std::string& component, const std::string& prioStr);

class ScopeLogger
{
Expand Down Expand Up @@ -147,8 +148,6 @@ class Logger
Logger(const Logger&);
Logger& operator=(const Logger&);

static void swssPrioNotify(const std::string& component, const std::string& prioStr);

void settingThread();
void terminateSettingThread();
void restartSettingThread();
Expand Down

0 comments on commit 10e4e6d

Please sign in to comment.