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

[BACKEND] Logger #12

Open
Kacperfis opened this issue Feb 2, 2024 · 0 comments
Open

[BACKEND] Logger #12

Kacperfis opened this issue Feb 2, 2024 · 0 comments
Assignees

Comments

@Kacperfis
Copy link
Collaborator

Logger class:

  • should be created in common/ folder

  • should have few levels of severity like: info, debug, error, warning (Enum class)
    example usage:
    logger << info << "message";

  • should be able to take the name of class as an argument (maybe create some macro to automatically detect in which class logger is created)

  • should register the time in format DD-MM-YY : HH:MM:SS

  • logs should be created per UT file in some build/ut_logs folder\

  • add macro for asserts

@Kacperfis Kacperfis self-assigned this Feb 2, 2024
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

No branches or pull requests

1 participant