Cyber Garage Portable Runtime (CGPR) for C
_log.h File Reference
#include <cgpr/util/log.h>

Macros

#define MAX_LOG_BUF   2048
 
#define CG_LOG_ERROR_S   "ERROR"
 
#define CG_LOG_WARN_S   "WARN"
 
#define CG_LOG_INFO_S   "INFO"
 
#define CG_LOG_DEBUG_S   "DEBUG"
 

Macro Definition Documentation

◆ CG_LOG_DEBUG_S

#define CG_LOG_DEBUG_S   "DEBUG"

◆ CG_LOG_ERROR_S

#define CG_LOG_ERROR_S   "ERROR"

◆ CG_LOG_INFO_S

#define CG_LOG_INFO_S   "INFO"

◆ CG_LOG_WARN_S

#define CG_LOG_WARN_S   "WARN"

◆ MAX_LOG_BUF

#define MAX_LOG_BUF   2048