On Windows, PowerShell uses the backtick character (`) and Command Prompt uses caret (^) instead of backslash (\) for multi-line pipelines. You can also put the whole pipeline on a single line; they ...
Behind the scenes the expensive message do not get evaluated if debug is not enabled: After seeing many questions like Idiomatic way of logging in Kotlin and Best practices for loggers, it seems like ...