- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any Splunk logging for .Net that supports .Net core?

sampathpallepat
New Member
06-03-2019
11:31 PM
There is a Splunk logging library for .Net. But, do we have any thing similar for .Net Core?
Thanks.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
spayneort
Contributor
06-04-2019
08:31 AM
You can use Serilog.
https://github.com/serilog/serilog-sinks-splunk
A Serilog sink that writes events to the Splunk. Supports .NET 4.5+, .NET Core, and platforms compatible with the .NET Platform Standard net45, netstandard1.1, netstandard2.0
