Serilog – Simple .NET logging with fully-structured events
1–10 of 20 posts
Re: Serilog – Simple .NET logging with fully-structured events
#2Re: Serilog – Simple .NET logging with fully-structured events
#3Re: Serilog – Simple .NET logging with fully-structured events
#4Re: Serilog – Simple .NET logging with fully-structured events
#5The author of Serilog (nblumhardt) has several other libraries. They're all well thought out and developed.
Re: Serilog – Simple .NET logging with fully-structured events
#6We're using serilog and seq together and they are fantastic.
Re: Serilog – Simple .NET logging with fully-structured events
#7I used Serilog on a project a couple years back and generally found it to be fantastic; wish the platforms I work with now had something as good. LogContext leads to some interesting strategies.
Which platforms are you working with now?
Re: Serilog – Simple .NET logging with fully-structured events
#8Serilog can scale without much effort with AWS Kinesis or AWS Dynamo. Now if only it was multi-platform...
Re: Serilog – Simple .NET logging with fully-structured events
#9Re: Serilog – Simple .NET logging with fully-structured events
#10What about cross-platform logging? Serology looks amazing, but I need to be able to log from ASP.NET, iOS, and Jacascript, so that I get 360 view of my users as they hop from one medium to another. Serilog can scale without much effort with AWS Kinesis or AWS Dynamo. Now if only it was multi-platform...