#include <aerospike/as_log.h>
#include <citrusleaf/cf_log_internal.h>
Go to the source code of this file.
|
#define | _log_debug(__fmt,...) cf_debug("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
|
#define | _log_error(__fmt,...) cf_error("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
|
#define | _log_info(__fmt,...) cf_info("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
|
#define | _log_warn(__fmt,...) cf_warn("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
|
#define | as_debug(__ctx, __fmt,...) |
|
#define | as_err(__ctx, __fmt,...) |
|
#define | as_info(__ctx, __fmt,...) |
|
#define | as_trace(__ctx, __fmt,...) |
|
#define | as_warn(__ctx, __fmt,...) |
|
#define | LOGGER &as->log |
|
#define _log_debug |
( |
|
__fmt, |
|
|
|
... |
|
) |
| cf_debug("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
#define _log_error |
( |
|
__fmt, |
|
|
|
... |
|
) |
| cf_error("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
#define _log_info |
( |
|
__fmt, |
|
|
|
... |
|
) |
| cf_info("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
#define _log_warn |
( |
|
__fmt, |
|
|
|
... |
|
) |
| cf_warn("@%s[%s:%d] - "__fmt, __func__, __FILE__, __LINE__, ##__VA_ARGS__); |
#define as_debug |
( |
|
__ctx, |
|
|
|
__fmt, |
|
|
|
... |
|
) |
| |
Value:
}
bool(* as_log_callback)(as_log_level level, const char *func, const char *file, uint32_t line, const char *fmt,...)
Definition at line 27 of file _log.h.
#define as_err |
( |
|
__ctx, |
|
|
|
__fmt, |
|
|
|
... |
|
) |
| |
Value:
}
bool(* as_log_callback)(as_log_level level, const char *func, const char *file, uint32_t line, const char *fmt,...)
Definition at line 12 of file _log.h.
#define as_info |
( |
|
__ctx, |
|
|
|
__fmt, |
|
|
|
... |
|
) |
| |
Value:
}
bool(* as_log_callback)(as_log_level level, const char *func, const char *file, uint32_t line, const char *fmt,...)
Definition at line 22 of file _log.h.
#define as_trace |
( |
|
__ctx, |
|
|
|
__fmt, |
|
|
|
... |
|
) |
| |
Value:
}
bool(* as_log_callback)(as_log_level level, const char *func, const char *file, uint32_t line, const char *fmt,...)
Definition at line 32 of file _log.h.
#define as_warn |
( |
|
__ctx, |
|
|
|
__fmt, |
|
|
|
... |
|
) |
| |
Value:
}
bool(* as_log_callback)(as_log_level level, const char *func, const char *file, uint32_t line, const char *fmt,...)
Definition at line 17 of file _log.h.