saleem-mirza / serilog-sinks-azure-analytics

Serilog sink which writes to Azure analytics
Apache License 2.0
62 stars 45 forks source link

Added StringComparison.OrdinalIgnoreCase for LogPropertyName #76

Open AlexLexicon opened 1 year ago

AlexLexicon commented 1 year ago

Getting the LogPropertyName will no longer fail if there is a different naming strategy for the JSON properties.

AlexLexicon commented 1 year ago

Issue: #75