#include "mmal_common.h"
#include "interface/vcos/vcos_logging.h"
Go to the source code of this file.
|
#define | VCOS_LOG_CATEGORY (&mmal_log_category) |
|
#define | mmal_log_error_fun(s, ...) vcos_log_error("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
|
#define | mmal_log_info_fun(s, ...) vcos_log_info("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
|
#define | mmal_log_warn_fun(s, ...) vcos_log_warn("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
|
#define | mmal_log_debug_fun(s, ...) vcos_log_info("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
|
#define | mmal_log_trace_fun(s, ...) vcos_log_trace("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
|
#define | mmal_log_error(s...) mmal_log_error_fun(s, 0) |
|
#define | mmal_log_info(s...) mmal_log_info_fun(s, 0) |
|
#define | mmal_log_warn(s...) mmal_log_warn_fun(s, 0) |
|
#define | mmal_log_debug(s...) mmal_log_debug_fun(s, 0) |
|
#define | mmal_log_trace(s...) mmal_log_trace_fun(s, 0) |
|
#define | LOG_ERROR mmal_log_error |
|
#define | LOG_INFO mmal_log_info |
|
#define | LOG_WARN mmal_log_warn |
|
#define | LOG_DEBUG mmal_log_debug |
|
#define | LOG_TRACE mmal_log_trace |
|
◆ LOG_DEBUG
◆ LOG_ERROR
◆ LOG_INFO
◆ LOG_TRACE
◆ LOG_WARN
◆ mmal_log_debug
◆ mmal_log_debug_fun
#define mmal_log_debug_fun |
( |
|
s, |
|
|
|
... |
|
) |
| vcos_log_info("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
◆ mmal_log_error
◆ mmal_log_error_fun
#define mmal_log_error_fun |
( |
|
s, |
|
|
|
... |
|
) |
| vcos_log_error("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
◆ mmal_log_info
◆ mmal_log_info_fun
#define mmal_log_info_fun |
( |
|
s, |
|
|
|
... |
|
) |
| vcos_log_info("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
◆ mmal_log_trace
◆ mmal_log_trace_fun
#define mmal_log_trace_fun |
( |
|
s, |
|
|
|
... |
|
) |
| vcos_log_trace("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
◆ mmal_log_warn
◆ mmal_log_warn_fun
#define mmal_log_warn_fun |
( |
|
s, |
|
|
|
... |
|
) |
| vcos_log_warn("%s: " s, VCOS_FUNCTION, __VA_ARGS__) |
◆ VCOS_LOG_CATEGORY
◆ mmal_log_category
VCOS_LOG_CAT_T mmal_log_category |