Skip to content

Conversation

@thomasameisel
Copy link
Contributor

Refactor logManager configuration handling to use default configuration directly.

Refactor logManager configuration handling to use default configuration directly.
@thomasameisel thomasameisel requested a review from a team as a code owner January 20, 2026 18:58
auto& defaultConfig = LogManager::GetLogConfiguration();
logManagerConfig = defaultConfig;
// Get reference to the default configuration
ILogConfiguration& logManagerConfig = LogManager::GetLogConfiguration();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think this is the case, but I'd like to verify that we'll continue holding a strong reference to the default configuration object even if we don't assign it to a static variable.

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