I am going to implement SumoLogic logging functionality in .NET Framework 4.5 without .NET Core. I have implemented almost but logs are not getting submitted into SumoLogic website. I think code missing something to implement or Sumologic does only support .NET Core.
Asked
Active
Viewed 519 times
0
-
You can use some tool to intercept network calls and see if your logs are sent to SumoLogic – Babak Fakhriloo Apr 20 '20 at 10:53
-
Can you please mention which tools are you talking about. Does Sumologic required .net core or not? – Shrimant Telgave Apr 20 '20 at 13:49
-
I do now know about Sumologic, but generally if you are calling a service which is online there are tool that you can use to capture the requests like Fiddler. – Babak Fakhriloo Apr 20 '20 at 21:39
1 Answers
0
There's this library that is supposed to help with getting C# logs to sumologic. I haven't used it personally, but it may be a step in the right direction.

gothing
- 1