Open
Description
Create a new tutorial which shows Logging in devon4j (either with Spring or Quarkus).
Idea:
- Install devonfw-ide
- Create a Java project
- Open dependencies and explain which dependencies are important for logging
- Create a simple REST service and add a Logger that produces some output
- Build the Java project and run the server to show that something is logged in the console
Additional features
- Explain different log levels
- Explain diference between 'normal' and JSON logging
Remember: This is a "Quick Start Tutorial": “Implement the code/feature and shortly explain what you did. Provide links to the documentation for further information.
BEFORE you start: Read the "Definition of Done":
https://github.com/devonfw-tutorials/tutorial-compiler/wiki/Definition-of-DONE
Helpful links:
https://devonfw.com/website/pages/docs/devon4j.wiki_guide-logging.asciidoc.html
https://quarkus.io/guides/logging (Quarkus)