That Saar 馃拵 @codewithsaar.com 路 Jan 23

Which one looks better? A or B? Thanks. #dotnet #logging

1 likes 4 replies

?

Replies

That Saar 馃拵 路 Jan 24

I just wanna circle back a bit. Thanks for all the inputs. Based on that, I kept it upper case by default and allowed customization by setting the LogLevelCase option. github.com/xiaomi7732/P... #dotnet #csharp #buildinpublic

Miles 路 Jan 23

For me B is more legible. I think it might cause issues for the color blind if it's not configurable.

Micha毛l Hompus 路 Jan 23

A

NeilMacMullen 路 Jan 23

Normally I would argue that lower-case is proven to be better for legibility but in this particular case I think the UPPER case log-level is more easily distinguished vs the lower-case log-message. So... B. Tbf in a large log, I'd probably just scan for the colours though...