|
tin
1.5.9
|
#include <logging.h>

Static Public Attributes | |
| static constexpr bool | enabled = false |
Logging policy that compiles logging calls out.
NoLogging is the default policy. HSM code can call the logging API through a policy object, and if constexpr removes those calls when logging is disabled.
|
staticconstexpr |