Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Culture override on LayoutRenderer #5479

Open
snakefoot opened this issue Mar 2, 2024 · 0 comments
Open

Allow Culture override on LayoutRenderer #5479

snakefoot opened this issue Mar 2, 2024 · 0 comments
Labels
Milestone

Comments

@snakefoot
Copy link
Contributor

snakefoot commented Mar 2, 2024

Instead of LayoutRenderer have assigned default Culture = CultureInfo.InvariantCulture, then it should not be configured (unassigned)

When having explicit configured LayoutRenderer.Culture then it should always win over LogEvent.FormatProvider.

When neither LayoutRenderer.Culture or LogEvent.FormatProvider has been assigned then it should always fallback to CultureInfo.InvariantCulture.

This will better support having Json-File-output in InvariantCulture-format, together with Console-output with culture-specific-output.

@snakefoot snakefoot added this to the 6.0 milestone Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant