This is good to see what’s happening under the hood, but I assumed this would be imported with the library… 😕
r
robin
03/16/2020, 10:16 AM
Nope, just a little helper function they defined for the example. If you actually want to log in specific formats, you should probably use a dedicated library for that, most probably using the SLF4J standard. Logback comes to mind, for example.