Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Logger #6

Open
4 tasks
SevenOfNinePE opened this issue Nov 4, 2024 · 0 comments · May be fixed by #7
Open
4 tasks

Implement Logger #6

SevenOfNinePE opened this issue Nov 4, 2024 · 0 comments · May be fixed by #7
Assignees

Comments

@SevenOfNinePE
Copy link
Collaborator

The logger shall support logging for developer to review the program flow and distinguish between user error (Wrong setting of parameter) and program error (Unexpected behavior)

Acceptance criteria

  • The logger level needs to be activated or deactivated within a configuration file
  • The logger shall be activated or deactivated for each module/package
  • A document shall be provided, which contains the logger rules (Which level is set for which case)
  • A unit test shall be provided to proof the logging?
@SevenOfNinePE SevenOfNinePE self-assigned this Nov 4, 2024
@SevenOfNinePE SevenOfNinePE linked a pull request Nov 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant