Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Should I call Shutdown on each logger instance? #22
Comments
|
Hi @chester89, |
|
I see. Calling |
Hello.
I'm using log4net loggly in several projects and recently noticed that not all of my messages show up on the dashboard (the last few of them weren't there). I waited a long time and there's no sign of them, so it's unlikely to be a service issue.
I found in the docs I should call
logger.Logger.Repository.Shutdown();before exiting the application. I use separate logger instance for each of my classes. Should I callShutdownonly once for the entire app or for each of those separate logger instances?I use 7.2.3 for the moment.
The text was updated successfully, but these errors were encountered: