1#ifndef SAFEHERON_SGX_LIBRARY_LOG_T_H
2#define SAFEHERON_SGX_LIBRARY_LOG_T_H
Singleton class for managing logging within the SGX library.
Definition ssgx_log_t_logger.h:25
SSGXLogger & operator=(const SSGXLogger &)=delete
SSGXLogger(const SSGXLogger &)=delete
void SetTraceId(const std::string &trace_id)
Sets a trace ID for log messages.
static SSGXLogger & GetInstance()
Retrieves the singleton instance of SSGXLogger.
Definition ssgx_attestation_t.h:6