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

Flush messages on close #12

Closed
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

update readme to remove comment about waiting for threads to finish

  • Loading branch information
Richard Nagle
Richard Nagle committed Oct 30, 2017
commit 2325093bec68ee6458db8177af9368fd1440f158
@@ -69,14 +69,6 @@ Send logs to Loggly using the following code
logger.Info("log message");
```
<strong>For Console Application</strong>
You should add the following statement at the end of your Main method as the log4net-loggly library is asynchronous so there needs to be time for the threads the complete logging before the application exits.
```
Console.ReadKey();
```
<strong>Added handling for LoggingEvent properties</strong>
Support for properties tied to a specific event and not a ThreadContext which is shared across the entire thread.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.