Live data from Hacker News

Serilog – Simple .NET logging with fully-structured events

serilog.net

1–10 of 20 posts

Re: Serilog – Simple .NET logging with fully-structured events

#7
post #2

I 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.

> wish the platforms I work with now had something as good.

Which platforms are you working with now?

Re: Serilog – Simple .NET logging with fully-structured events

#8
What 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...

Re: Serilog – Simple .NET logging with fully-structured events

#9
Serilog is great. I use it together with LibLog [1] which is a fantastic library that allows you to swap between logging libraries by abstracting all of them and automatically discovering via reflection which one is being used. I used it to go from log4net to serilog a few months ago.

[1] https://github.com/damianh/LibLog

Re: Serilog – Simple .NET logging with fully-structured events

#10
post #8

What 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...

[deleted]
Post reply on HN