-
Notifications
You must be signed in to change notification settings - Fork 0
LogLevel
Maxime ROUFFET edited this page Mar 12, 2023
·
6 revisions
LogLevel.hpp
Log levels are used to filter logs by severity level. The available levels are:
The default level, used for fast debugging.
Initialization/Uninitialization, resource creation/destruction information logging.
Code generated a warning which might cause a potential issue: implementation should be checked.
Error as occurred: serious debugging is required.
Assertion test resulted in success. Exception not thrown but still log the exception to access performed test as a string.
Assertion test resulted in failure. Force log exception despite any parameters before throw.