0

I referred the sample application to send logs using Log4net. The version of Nuget package used in the app is 1.0.0-beta05.

When I update the Nuget package to the latest version(or any other stable version), I'm not able to send logs.

Are there any changes that need to be done in the code for using the latest version of library?

Surenthar Pitchai
  • 1,231
  • 15
  • 18

1 Answers1

0

I suggest going through this document on How to enable Google Stackdriver Logging, Monitoring and Error Reporting for .NET apps. It further points to "How-To" documentation for installing and using the Stackdriver Diagnostics ASP.NET NuGet package for .NET applications, where Usage suggets adding a statement to your application code. Have you tried all that already?

Patrick W
  • 4,603
  • 1
  • 12
  • 26
Asif Tanwir
  • 119
  • 6