Earlier quoted context omitted.
In most languages and frameworks logging is as simple as import, initialize, done. Here it's far from it.
Really, which ones? Because anything Java, .NET and Python, it certainly requires configuration and related infrastructure.
I think you haven't used .NET in a while. Nowadays, logging is absurdly easy to configure. Heck, you usually don't even need to configure it, because the basics are already included in most templates. You just use the Logger class and it works.
The only time you have to spend more than 30 minutes on it is when you use some external logging libraries. And most of them are quite sane and simple to use, because it's so easy to create a custom logging provider.