Closed pushkarDO closed 2 years ago
Hi! 👋 Thanks for getting in touch, and sorry we were unable to respond to your request. We're in the process of bringing new maintainers onto this project, and need to close stale tickets so that we can identify which items are still important to users of the sink.
If this issue still affects you:
serilog
tag will get your question in front of many more people who can help youThanks again!
I am trying to write log traces in application insights in .net console application not .net core. I am using serilog for this. But unable to do so. Below is the log code I am using. Please provide me the solution.
public static class Log { private static Serilog.Core.Logger _log; static Log() {