Skip to content

Commit

Permalink
Update dotnet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit committed Oct 22, 2023
1 parent 438390b commit 79a9d4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _source/logzio_collections/_log-sources/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ logzioAppender.AddListenerUrl("<<LISTENER-HOST>>");
// logzioAppender.ActivateOptions();
// logzioAppender.JsonKeysCamelCase(false);
// logzioAppender.AddTraceContext(false);
// logzioAppender.UseStaticHttpClient(false);
logzioAppender.ActivateOptions();
hierarchy.Root.AddAppender(logzioAppender);
hierarchy.Root.Level = Level.All;
Expand Down Expand Up @@ -198,6 +199,7 @@ namespace dotnet_log4net
// logzioAppender.ActivateOptions();
// logzioAppender.JsonKeysCamelCase(false)
// logzioAppender.AddTraceContext(false);
// logzioAppender.UseStaticHttpClient(false);
logzioAppender.ActivateOptions();

hierarchy.Root.AddAppender(logzioAppender);
Expand Down Expand Up @@ -231,6 +233,7 @@ namespace dotnet_log4net
| proxyAddress | Proxy address to route your logs through. | `None` |
| jsonKeysCamelCase | If you have custom fields keys that start with a capital letter and want to see the fields with a capital letter in Logz.io, set this field to true. | `false` |
| addTraceContext | If want to add trace context to each log, set this field to true. | `false` |
| useStaticHttpClient | If want to use the same static HTTP/s client for sending logs, set this field to true. | `false` |


</div>
Expand Down

0 comments on commit 79a9d4b

Please sign in to comment.