Skip to content

Commit

Permalink
Update README.md for log attribute method (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic authored Nov 25, 2024
1 parent 6676c6b commit 71734d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ or [Android SDK](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobi
``` C#
CrossNewRelic.Current.LogAttributes(new Dictionary<string, object>()
{
{"level", "info"},
{"BreadNumValue", 12.3 },
{"BreadStrValue", "MAUIBread" },
{"BreadBoolValue", true },
Expand Down

0 comments on commit 71734d5

Please sign in to comment.