Compute Library
 23.11
Log.h File Reference

Go to the source code of this file.

Macros

#define ARM_COMPUTE_CREATE_ACL_LOGGER()
 
#define ARM_COMPUTE_LOG_MSG_ACL(log_level, msg)
 
#define ARM_COMPUTE_LOG_MSG_WITH_FORMAT_ACL(log_level, fmt, ...)
 
#define ARM_COMPUTE_LOG_ERROR_ACL(msg)
 
#define ARM_COMPUTE_LOG_ERROR_WITH_FUNCNAME_ACL(msg)
 
#define ARM_COMPUTE_LOG_INFO_WITH_FUNCNAME_ACL(msg)
 
#define ARM_COMPUTE_LOG_PARAMS(...)
 

Macro Definition Documentation

◆ ARM_COMPUTE_CREATE_ACL_LOGGER

#define ARM_COMPUTE_CREATE_ACL_LOGGER ( )

Definition at line 29 of file Log.h.

◆ ARM_COMPUTE_LOG_ERROR_ACL

#define ARM_COMPUTE_LOG_ERROR_ACL (   msg)

Definition at line 32 of file Log.h.

◆ ARM_COMPUTE_LOG_ERROR_WITH_FUNCNAME_ACL

#define ARM_COMPUTE_LOG_ERROR_WITH_FUNCNAME_ACL (   msg)

Definition at line 33 of file Log.h.

◆ ARM_COMPUTE_LOG_INFO_WITH_FUNCNAME_ACL

#define ARM_COMPUTE_LOG_INFO_WITH_FUNCNAME_ACL (   msg)

Definition at line 34 of file Log.h.

◆ ARM_COMPUTE_LOG_MSG_ACL

#define ARM_COMPUTE_LOG_MSG_ACL (   log_level,
  msg 
)

Definition at line 30 of file Log.h.

◆ ARM_COMPUTE_LOG_MSG_WITH_FORMAT_ACL

#define ARM_COMPUTE_LOG_MSG_WITH_FORMAT_ACL (   log_level,
  fmt,
  ... 
)

Definition at line 31 of file Log.h.

◆ ARM_COMPUTE_LOG_PARAMS

#define ARM_COMPUTE_LOG_PARAMS (   ...)

Definition at line 35 of file Log.h.