We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Kacperfis
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: