tin  1.5.9
tsm::policy::NoLogging Struct Reference

#include <logging.h>

Collaboration diagram for tsm::policy::NoLogging:
Collaboration graph

Static Public Attributes

static constexpr bool enabled = false
 

Detailed Description

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.

Member Data Documentation

◆ enabled

constexpr bool tsm::policy::NoLogging::enabled = false
staticconstexpr

The documentation for this struct was generated from the following file: