-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Checks if the log message is a duplicate using StackFrames * Handle additional stackframe case * Adds Serilog Asp.NET Core integration test covering duplicate log event * Update CHANGELOG.md
- Loading branch information
Showing
8 changed files
with
327 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ public enum LoggingFramework | |
{ | ||
Log4net, | ||
Serilog, | ||
MicrosoftLogging | ||
MicrosoftLogging, | ||
SerilogWeb | ||
} | ||
} |
Oops, something went wrong.