Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 467 Bytes

3_logging.md

File metadata and controls

14 lines (9 loc) · 467 Bytes

3 - Logging

Majority of Scala applications depend on logging framework inherited from JVM ecosystem. We can not use them in Scala Native, so we have to look for another solution.

Task

Add logging capabilities to your application. The application should support running in a verbose mode if --verbose argument is passed in. Please log greetings generation at INFO level.

Hints

Consider Slogging.