#include <aerospike/as_log.h>
Go to the source code of this file.
Macros | |
#define | as_log_debug(__fmt, ...) |
#define | as_log_debug_enabled() (g_as_log.callback && AS_LOG_LEVEL_DEBUG <= g_as_log.level) |
#define | as_log_error(__fmt, ...) |
#define | as_log_error_enabled() (g_as_log.callback && AS_LOG_LEVEL_ERROR <= g_as_log.level) |
#define | as_log_info(__fmt, ...) |
#define | as_log_info_enabled() (g_as_log.callback && AS_LOG_LEVEL_INFO <= g_as_log.level) |
#define | as_log_trace(__fmt, ...) |
#define | as_log_trace_enabled() (g_as_log.callback && AS_LOG_LEVEL_TRACE <= g_as_log.level) |
#define | as_log_warn(__fmt, ...) |
#define | as_log_warn_enabled() (g_as_log.callback && AS_LOG_LEVEL_WARN <= g_as_log.level) |
#define as_log_debug | ( | __fmt, | |
... ) |
Definition at line 50 of file as_log_macros.h.
#define as_log_debug_enabled | ( | ) | (g_as_log.callback && AS_LOG_LEVEL_DEBUG <= g_as_log.level) |
Definition at line 32 of file as_log_macros.h.
#define as_log_error | ( | __fmt, | |
... ) |
Definition at line 35 of file as_log_macros.h.
#define as_log_error_enabled | ( | ) | (g_as_log.callback && AS_LOG_LEVEL_ERROR <= g_as_log.level) |
Definition at line 29 of file as_log_macros.h.
#define as_log_info | ( | __fmt, | |
... ) |
Definition at line 45 of file as_log_macros.h.
#define as_log_info_enabled | ( | ) | (g_as_log.callback && AS_LOG_LEVEL_INFO <= g_as_log.level) |
Definition at line 31 of file as_log_macros.h.
#define as_log_trace | ( | __fmt, | |
... ) |
Definition at line 55 of file as_log_macros.h.
#define as_log_trace_enabled | ( | ) | (g_as_log.callback && AS_LOG_LEVEL_TRACE <= g_as_log.level) |
Definition at line 33 of file as_log_macros.h.
#define as_log_warn | ( | __fmt, | |
... ) |
Definition at line 40 of file as_log_macros.h.
#define as_log_warn_enabled | ( | ) | (g_as_log.callback && AS_LOG_LEVEL_WARN <= g_as_log.level) |
Definition at line 30 of file as_log_macros.h.