Skip to content

Ensure a change to the shared ThreadUtility isActive flag is visible#694

Open
swebb2066 wants to merge 12 commits into
masterfrom
symplify_thread_utiltiy
Open

Ensure a change to the shared ThreadUtility isActive flag is visible#694
swebb2066 wants to merge 12 commits into
masterfrom
symplify_thread_utiltiy

Conversation

@swebb2066
Copy link
Copy Markdown
Contributor

No description provided.

void ThreadUtility::addPeriodicTask(const LogString& name, std::function<void()> f, const Period& delay)
{
if (!m_priv->log)
m_priv->log = Logger::getLogger("ThreadUtility");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we're going to add loggers that can go through the normal logging route, we should prefix these loggers with log4cxx. in order to differentiate them from the user-created loggers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants