Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 9.0.0 #23

Merged
merged 1 commit into from Mar 19, 2019
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Version 9.0.0

  • Loading branch information
Jiri Tomek
Jiri Tomek committed Mar 19, 2019
commit 5213d5323c386e760aec0574ee8f46ddd02b900f
@@ -78,7 +78,7 @@ logger.Debug(new { Property = "This is anonymous object", Property2 = "with two

## Flushing logs on application shutdown

Library is buffering and sending log messages to Loggly asynchronously in background. That means that some logs may be still in buffer when the application terminates. To make sure that all logs have been sent you need to cleanly shutdown log4net logger using following code:
Library is buffering and sending log messages to Loggly asynchronously in the background. That means that some logs may be still in buffer when the application terminates. To make sure that all logs have been sent you need to cleanly shutdown log4net logger using the following code:
```csharp
logger.Logger.Repository.Shutdown();
```
@@ -4,7 +4,7 @@
<DebugType>full</DebugType>
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>9.0.0-beta1</Version>
<Version>9.0.0</Version>
<Authors>Loggly</Authors>
<Company>Loggly</Company>
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.