Log utility module header file. More...
#include "zf_log/zf_log.h"
Go to the source code of this file.
Macros | |
#define | MCL_LOG_UTIL_LEVEL LOG_UTIL_LEVEL_INFO |
#define | ZF_LOG_LEVEL MCL_LOG_UTIL_LEVEL |
#define | LOG_UTIL_TAG_DEFAULT "[..]" |
#define | LOG_UTIL_TAG_ENTRY "[->]" |
#define | LOG_UTIL_TAG_LEAVE "[<-]" |
#define | ZF_LOG_DEF_TAG LOG_UTIL_TAG_DEFAULT |
#define | LOG_UTIL_LEVEL_VERBOSE ZF_LOG_VERBOSE |
#define | LOG_UTIL_LEVEL_DEBUG ZF_LOG_DEBUG |
#define | LOG_UTIL_LEVEL_INFO ZF_LOG_INFO |
#define | LOG_UTIL_LEVEL_WARN ZF_LOG_WARN |
#define | LOG_UTIL_LEVEL_ERROR ZF_LOG_ERROR |
#define | LOG_UTIL_LEVEL_FATAL ZF_LOG_FATAL |
#define | LOG_UTIL_LEVEL_NONE ZF_LOG_NONE |
#define | MCL_VERBOSE(...) ZF_LOGV(__VA_ARGS__) |
#define | MCL_VERBOSE_STRING(data) ZF_LOGV_STR((data)) |
#define | MCL_VERBOSE_MEMORY(data, data_size, ...) ZF_LOGV_MEM(data, data_size, __VA_ARGS__) |
#define | VERBOSE_ENTRY(...) |
#define | VERBOSE_LEAVE(...) _ZF_LOG_UNUSED(__VA_ARGS__) |
#define | MCL_DEBUG(...) ZF_LOGD(__VA_ARGS__) |
#define | MCL_DEBUG_STRING(data) ZF_LOGD_STR((data)) |
#define | MCL_DEBUG_MEMORY(data, data_size, ...) ZF_LOGD_MEM(data, data_size, __VA_ARGS__) |
#define | DEBUG_ENTRY(...) |
#define | DEBUG_LEAVE(...) _ZF_LOG_UNUSED(__VA_ARGS__) |
#define | DEBUG_MEMORY_ENTRY(...) _ZF_LOG_UNUSED(__VA_ARGS__) |
#define | DEBUG_MEMORY_LEAVE(...) _ZF_LOG_UNUSED(__VA_ARGS__) |
#define | MCL_INFO(...) ZF_LOGI(__VA_ARGS__) |
#define | MCL_INFO_STRING(data) ZF_LOGI_STR((data)) |
#define | MCL_INFO_MEMORY(data, data_size, ...) ZF_LOGI_MEM(data, data_size, __VA_ARGS__) |
#define | MCL_WARN(...) ZF_LOGW(__VA_ARGS__) |
#define | MCL_WARN_STRING(data) ZF_LOGW_STR((data)) |
#define | MCL_WARN_MEMORY(data, data_size, ...) ZF_LOGW_MEM(data, data_size, __VA_ARGS__) |
#define | MCL_ERROR(...) ZF_LOGE(__VA_ARGS__) |
#define | MCL_ERROR_STRING(data) ZF_LOGE_STR((data)) |
#define | MCL_ERROR_MEMORY(data, data_size, ...) ZF_LOGE_MEM(data, data_size, __VA_ARGS__) |
#define | MCL_FATAL(...) ZF_LOGF(__VA_ARGS__) |
#define | MCL_FATAL_STRING(data) ZF_LOGF_STR((data)) |
#define | MCL_FATAL_MEMORY(data, data_size, ...) ZF_LOGF_MEM(data, data_size, __VA_ARGS__) |
Log utility module header file.
Definition in file log_util.h.
#define DEBUG_ENTRY | ( | ... | ) |
Definition at line 80 of file log_util.h.
Referenced by _add_blank_line(), _add_boundary(), _add_content_info(), _add_data_source_configuration_data_sources(), _add_event(), _add_event_list(), _add_item_meta_details(), _add_item_meta_payload(), _add_item_meta_payload_details(), _add_key_to_keys_array(), _add_meta(), _add_payload(), _add_schema_to_jwt(), _add_string_field_to_object(), _add_time_series_payload_values_array(), _add_time_series_payload_values_objects(), _add_time_series_value_set(), _add_time_series_value_sets(), _base64_encode_big_number(), _calculate_signature(), _check_file_path(), _compare_item_meta_of_event(), _compose_access_token_request_payload(), _compose_rsa_key_rotation_json(), _compose_rsa_onboarding_json(), _concatenate_host_and_endpoint(), _convert_to_mcl_error_code(), _create_self_issued_jwt_header(), _create_self_issued_jwt_payload(), _custom_load_register_info(), _decode_quantum(), _decode_with_table(), _destroy_data_point(), _destroy_data_source(), _destroy_value_set(), _destroy_value_set_value(), _encode_with_table(), _evaluate_response_codes(), _exchange_add_current_data_to_request(), _exchange_add_current_data_to_request_by_streaming(), _exchange_clear_sent_data_from_store(), _exchange_evaluate_response(), _exchange_fill_http_request(), _exchange_finalize_http_request(), _exchange_initialize_http_request_headers(), _exchange_prepare_data(), _exchange_store_data_get_content_info(), _exchange_update_store_data_state(), _exchange_update_store_state(), _generate_correlation_id_string(), _generate_random_boundary(), _generate_token(), _get_header_and_payload_encoded_base64_url(), _get_payload_from_buffer(), _get_payload_from_file(), _get_private_key(), _get_public_key(), _get_rsa_private_key(), _get_rsa_public_key(), _initialize_custom_data_meta_fields(), _initialize_meta(), _initialize_payload(), _is_empty_line(), _is_positive_integer(), _is_valid_version(), _join_with_dot(), _log_configuration(), _process_registration_response_rsa_3072(), _process_registration_response_shared_secret(), _request_payload_callback_for_put(), _resize_payload_buffer_if_necessary(), _response_header_callback(), _response_payload_callback(), _save_registration_information(), _set_request_options(), _ssl_context_callback(), _store_add_data(), _store_list_destroy_callback(), base64_decode(), base64_encode(), base64_url_decode(), base64_url_encode(), custom_data_destroy(), custom_data_initialize(), data_source_configuration_destroy(), data_source_configuration_initialize(), event_destroy(), event_initialize(), event_list_add_event(), event_list_destroy(), event_list_initialize(), file_destroy(), file_initialize(), file_util_check_if_regular_file(), file_util_fclose(), file_util_fflush(), file_util_fgets(), file_util_fopen(), file_util_fputs(), file_util_fread(), file_util_fstat(), file_util_fwrite(), hmac_sha256(), http_client_destroy(), http_client_get_callback_termination_code(), http_client_initialize(), http_client_send(), http_processor_destroy(), http_processor_exchange(), http_processor_get_access_token(), http_processor_initialize(), http_processor_register(), http_processor_stream(), http_processor_update_security_information(), http_request_add_header(), http_request_add_raw_data(), http_request_add_single(), http_request_add_tuple(), http_request_destroy(), http_request_end_tuple_sub_section(), http_request_finalize(), http_request_get_available_space_for_raw_data(), http_request_get_available_space_for_single(), http_request_get_available_space_for_tuple(), http_request_initialize(), http_request_start_tuple(), http_request_start_tuple_sub_section(), http_response_destroy(), http_response_get_header(), http_response_get_payload(), http_response_get_result_code(), http_response_initialize(), json_from_data_source_configuration_payload(), json_from_event_payload(), json_from_item_meta(), json_from_time_series_payload(), json_util_initialize_json_library(), jwt_destroy(), jwt_get_token(), jwt_initialize(), list_destroy_with_content(), list_exist(), list_remove_with_content(), mcl_communication_destroy(), mcl_communication_exchange(), mcl_communication_get_access_token(), mcl_communication_get_last_access_token(), mcl_communication_get_last_token_time(), mcl_communication_initialize(), mcl_communication_is_initialized(), mcl_communication_is_onboarded(), mcl_communication_onboard(), mcl_communication_process(), mcl_communication_rotate_key(), mcl_communication_update_security_information(), mcl_configuration_destroy(), mcl_configuration_initialize(), mcl_custom_data_set_meta_details(), mcl_custom_data_set_payload(), mcl_data_source_configuration_add_data_point(), mcl_data_source_configuration_add_data_source(), mcl_data_source_configuration_get_id(), mcl_event_set_option(), mcl_json_util_add_bool(), mcl_json_util_add_double(), mcl_json_util_add_float(), mcl_json_util_add_item_to_array(), mcl_json_util_add_null(), mcl_json_util_add_object(), mcl_json_util_add_string(), mcl_json_util_add_uint(), mcl_json_util_destroy(), mcl_json_util_finish_array(), mcl_json_util_finish_object(), mcl_json_util_get_array_item(), mcl_json_util_get_array_size(), mcl_json_util_get_bool_value(), mcl_json_util_get_double_value(), mcl_json_util_get_number_value(), mcl_json_util_get_object_item(), mcl_json_util_get_string(), mcl_json_util_has_child(), mcl_json_util_initialize(), mcl_json_util_parse(), mcl_json_util_start_array(), mcl_json_util_start_object(), mcl_json_util_to_string(), mcl_list_add(), mcl_list_destroy(), mcl_list_destroy_with_content(), mcl_list_exist(), mcl_list_initialize(), mcl_list_next(), mcl_list_remove(), mcl_list_remove_with_content(), mcl_list_reset(), mcl_log_util_convert_error_code_to_string(), mcl_new_configuration(), mcl_random_generate_guid(), mcl_store_destroy(), mcl_store_initialize(), mcl_store_new_custom_data(), mcl_store_new_data_source_configuration(), mcl_store_new_event(), mcl_store_new_file(), mcl_store_new_stream_data(), mcl_store_new_time_series(), mcl_stream_data_set_meta_details(), mcl_time_series_add_value(), mcl_time_series_new_value_set(), random_generate_array(), random_generate_guid(), random_generate_number(), security_generate_random_bytes(), security_generate_rsa_key(), security_handler_base64_decode(), security_handler_base64_encode(), security_handler_base64_url_encode(), security_handler_destroy(), security_handler_generate_jti(), security_handler_generate_rsa_key(), security_handler_hash_sha256(), security_handler_hmac_sha256(), security_handler_initialize(), security_handler_rsa_sign(), security_hash_sha256(), security_initialize(), security_rsa_get_modulus_and_exponent(), security_rsa_sign(), storage_load_rsa_registration_information(), storage_load_shared_secret_registration_information(), storage_save_rsa_registration_information(), storage_save_shared_secret_registration_information(), store_data_get_state(), store_data_remove(), store_data_set_state(), store_get_data_count(), stream_data_destroy(), stream_data_initialize(), string_array_add(), string_array_destroy(), string_array_get(), string_array_set_increment(), string_array_to_string(), string_compare(), string_compare_with_cstr(), string_split(), string_util_find(), string_util_find_case_insensitive(), string_util_is_space(), string_util_memcmp(), string_util_memcpy(), string_util_snprintf(), string_util_strdup(), string_util_strlen(), string_util_strncat(), string_util_strncmp(), string_util_strncpy(), string_util_strnlen(), string_util_strtol(), time_series_destroy(), time_series_initialize(), time_util_convert_to_iso_8601_format(), time_util_get_time(), and time_util_validate_timestamp().
#define DEBUG_LEAVE | ( | ... | ) | _ZF_LOG_UNUSED(__VA_ARGS__) |
Definition at line 81 of file log_util.h.
Referenced by _add_blank_line(), _add_boundary(), _add_content_info(), _add_data_source_configuration_data_points(), _add_data_source_configuration_data_sources(), _add_event(), _add_event_list(), _add_item_meta_details(), _add_item_meta_payload(), _add_item_meta_payload_details(), _add_key_to_keys_array(), _add_meta(), _add_payload(), _add_schema_to_jwt(), _add_string_field_to_object(), _add_time_series_payload_values_array(), _add_time_series_payload_values_objects(), _add_time_series_value_set(), _add_time_series_value_sets(), _base64_encode_big_number(), _calculate_signature(), _check_file_path(), _compare_item_meta_of_event(), _compose_access_token_request_payload(), _compose_rsa_key_rotation_json(), _compose_rsa_onboarding_json(), _concatenate_host_and_endpoint(), _convert_to_mcl_error_code(), _create_self_issued_jwt_header(), _create_self_issued_jwt_payload(), _custom_load_register_info(), _decode_quantum(), _decode_with_table(), _destroy_data_point(), _destroy_data_source(), _destroy_value_set(), _destroy_value_set_value(), _encode_with_table(), _evaluate_response_codes(), _exchange_add_current_data_to_request(), _exchange_add_current_data_to_request_by_streaming(), _exchange_clear_sent_data_from_store(), _exchange_evaluate_response(), _exchange_fill_http_request(), _exchange_finalize_http_request(), _exchange_initialize_http_request_headers(), _exchange_prepare_data(), _exchange_store_data_get_content_info(), _exchange_update_store_data_state(), _exchange_update_store_state(), _generate_correlation_id_string(), _generate_random_boundary(), _generate_token(), _get_header_and_payload_encoded_base64_url(), _get_payload_from_buffer(), _get_payload_from_file(), _get_private_key(), _get_public_key(), _get_rsa_private_key(), _get_rsa_public_key(), _initialize_custom_data_meta_fields(), _initialize_meta(), _initialize_payload(), _is_empty_line(), _is_positive_integer(), _is_valid_version(), _join_with_dot(), _log_configuration(), _process_registration_response_rsa_3072(), _process_registration_response_shared_secret(), _request_payload_callback_for_put(), _resize_payload_buffer_if_necessary(), _response_header_callback(), _response_payload_callback(), _save_registration_information(), _set_request_options(), _ssl_context_callback(), _store_add_data(), _store_list_destroy_callback(), base64_decode(), base64_encode(), base64_url_decode(), base64_url_encode(), custom_data_destroy(), custom_data_initialize(), data_source_configuration_destroy(), data_source_configuration_initialize(), event_destroy(), event_initialize(), event_list_add_event(), event_list_destroy(), event_list_initialize(), file_destroy(), file_initialize(), file_util_check_if_regular_file(), file_util_fclose(), file_util_fflush(), file_util_fgets(), file_util_fopen(), file_util_fputs(), file_util_fread(), file_util_fstat(), file_util_fwrite(), hmac_sha256(), http_client_destroy(), http_client_get_callback_termination_code(), http_client_initialize(), http_client_send(), http_processor_destroy(), http_processor_exchange(), http_processor_get_access_token(), http_processor_initialize(), http_processor_register(), http_processor_stream(), http_processor_update_security_information(), http_request_add_header(), http_request_add_raw_data(), http_request_add_single(), http_request_add_tuple(), http_request_destroy(), http_request_end_tuple_sub_section(), http_request_finalize(), http_request_get_available_space_for_raw_data(), http_request_get_available_space_for_single(), http_request_get_available_space_for_tuple(), http_request_initialize(), http_request_start_tuple(), http_request_start_tuple_sub_section(), http_response_destroy(), http_response_get_header(), http_response_get_payload(), http_response_get_result_code(), http_response_initialize(), json_from_data_source_configuration_payload(), json_from_event_payload(), json_from_item_meta(), json_from_time_series_payload(), json_util_initialize_json_library(), jwt_destroy(), jwt_get_token(), jwt_initialize(), list_destroy_with_content(), list_exist(), list_remove_with_content(), mcl_communication_destroy(), mcl_communication_exchange(), mcl_communication_get_access_token(), mcl_communication_get_last_access_token(), mcl_communication_get_last_token_time(), mcl_communication_initialize(), mcl_communication_is_initialized(), mcl_communication_is_onboarded(), mcl_communication_onboard(), mcl_communication_process(), mcl_communication_rotate_key(), mcl_communication_update_security_information(), mcl_configuration_destroy(), mcl_configuration_initialize(), mcl_custom_data_set_meta_details(), mcl_custom_data_set_payload(), mcl_data_source_configuration_add_data_point(), mcl_data_source_configuration_add_data_source(), mcl_data_source_configuration_get_id(), mcl_event_set_option(), mcl_json_util_add_bool(), mcl_json_util_add_double(), mcl_json_util_add_float(), mcl_json_util_add_item_to_array(), mcl_json_util_add_null(), mcl_json_util_add_object(), mcl_json_util_add_string(), mcl_json_util_add_uint(), mcl_json_util_destroy(), mcl_json_util_finish_array(), mcl_json_util_finish_object(), mcl_json_util_get_array_item(), mcl_json_util_get_array_size(), mcl_json_util_get_bool_value(), mcl_json_util_get_double_value(), mcl_json_util_get_number_value(), mcl_json_util_get_object_item(), mcl_json_util_get_string(), mcl_json_util_has_child(), mcl_json_util_initialize(), mcl_json_util_parse(), mcl_json_util_start_array(), mcl_json_util_start_object(), mcl_json_util_to_string(), mcl_list_add(), mcl_list_destroy(), mcl_list_destroy_with_content(), mcl_list_exist(), mcl_list_initialize(), mcl_list_next(), mcl_list_remove(), mcl_list_remove_with_content(), mcl_list_reset(), mcl_log_util_convert_error_code_to_string(), mcl_new_configuration(), mcl_random_generate_guid(), mcl_store_destroy(), mcl_store_initialize(), mcl_store_new_custom_data(), mcl_store_new_data_source_configuration(), mcl_store_new_event(), mcl_store_new_file(), mcl_store_new_stream_data(), mcl_store_new_time_series(), mcl_stream_data_set_meta_details(), mcl_time_series_add_value(), mcl_time_series_new_value_set(), random_generate_array(), random_generate_guid(), random_generate_number(), security_generate_random_bytes(), security_generate_rsa_key(), security_handler_base64_decode(), security_handler_base64_encode(), security_handler_base64_url_encode(), security_handler_destroy(), security_handler_generate_jti(), security_handler_generate_rsa_key(), security_handler_hash_sha256(), security_handler_hmac_sha256(), security_handler_initialize(), security_handler_rsa_sign(), security_hash_sha256(), security_initialize(), security_rsa_get_modulus_and_exponent(), security_rsa_sign(), storage_load_rsa_registration_information(), storage_load_shared_secret_registration_information(), storage_save_rsa_registration_information(), storage_save_shared_secret_registration_information(), store_data_get_state(), store_data_remove(), store_data_set_state(), store_get_data_count(), stream_data_destroy(), stream_data_initialize(), string_array_add(), string_array_destroy(), string_array_get(), string_array_set_increment(), string_array_to_string(), string_compare(), string_compare_with_cstr(), string_split(), string_util_find(), string_util_find_case_insensitive(), string_util_is_space(), string_util_memcmp(), string_util_memcpy(), string_util_snprintf(), string_util_strdup(), string_util_strlen(), string_util_strncat(), string_util_strncmp(), string_util_strncpy(), string_util_strnlen(), string_util_strtol(), time_series_destroy(), time_series_initialize(), time_util_convert_to_iso_8601_format(), time_util_get_time(), and time_util_validate_timestamp().
#define DEBUG_MEMORY_ENTRY | ( | ... | ) | _ZF_LOG_UNUSED(__VA_ARGS__) |
Definition at line 82 of file log_util.h.
#define DEBUG_MEMORY_LEAVE | ( | ... | ) | _ZF_LOG_UNUSED(__VA_ARGS__) |
Definition at line 83 of file log_util.h.
#define LOG_UTIL_LEVEL_DEBUG ZF_LOG_DEBUG |
Definition at line 48 of file log_util.h.
#define LOG_UTIL_LEVEL_ERROR ZF_LOG_ERROR |
Definition at line 51 of file log_util.h.
#define LOG_UTIL_LEVEL_FATAL ZF_LOG_FATAL |
Definition at line 52 of file log_util.h.
Referenced by mcl_log_util_set_output_level().
#define LOG_UTIL_LEVEL_INFO ZF_LOG_INFO |
Definition at line 49 of file log_util.h.
#define LOG_UTIL_LEVEL_NONE ZF_LOG_NONE |
Definition at line 53 of file log_util.h.
Referenced by mcl_log_util_set_output_level().
#define LOG_UTIL_LEVEL_VERBOSE ZF_LOG_VERBOSE |
Definition at line 47 of file log_util.h.
Referenced by mcl_log_util_set_output_level().
#define LOG_UTIL_LEVEL_WARN ZF_LOG_WARN |
Definition at line 50 of file log_util.h.
#define LOG_UTIL_TAG_DEFAULT "[..]" |
Definition at line 40 of file log_util.h.
#define LOG_UTIL_TAG_ENTRY "[->]" |
Definition at line 41 of file log_util.h.
#define LOG_UTIL_TAG_LEAVE "[<-]" |
Definition at line 42 of file log_util.h.
#define MCL_DEBUG | ( | ... | ) | ZF_LOGD(__VA_ARGS__) |
Definition at line 70 of file log_util.h.
Referenced by _add_item_meta_payload_details(), _add_string_field_to_object(), _compare_item_meta_of_event(), _decode_quantum(), _decode_with_table(), _encode_with_table(), _exchange_add_current_data_to_request(), _exchange_add_current_data_to_request_by_streaming(), _exchange_evaluate_response(), _exchange_fill_http_request(), _exchange_prepare_data(), _exchange_store_data_get_content_info(), _exchange_update_store_data_state(), _get_payload_from_file(), _get_rsa_private_key(), _get_rsa_public_key(), _request_payload_callback_for_put(), _resize_payload_buffer_if_necessary(), _set_request_options(), _store_list_destroy_callback(), event_initialize(), file_util_fgets(), hmac_sha256(), http_client_destroy(), http_client_initialize(), http_processor_destroy(), http_processor_exchange(), http_processor_initialize(), http_processor_stream(), http_request_destroy(), http_response_destroy(), http_response_get_header(), json_from_data_source_configuration_payload(), json_from_event_payload(), json_from_item_meta(), json_from_time_series_payload(), jwt_destroy(), list_destroy_with_content(), mcl_communication_destroy(), mcl_data_source_configuration_add_data_point(), mcl_data_source_configuration_add_data_source(), mcl_store_destroy(), mcl_store_initialize(), mcl_time_series_add_value(), mcl_time_series_new_value_set(), security_handler_base64_encode(), security_handler_base64_url_encode(), security_handler_destroy(), security_handler_hash_sha256(), security_handler_hmac_sha256(), security_hash_sha256(), storage_load_rsa_registration_information(), storage_load_shared_secret_registration_information(), store_data_get_state(), store_data_set_state(), string_array_add(), string_array_destroy(), string_array_to_string(), string_compare_with_cstr(), string_split(), and time_util_convert_to_iso_8601_format().
#define MCL_DEBUG_MEMORY | ( | data, | |
data_size, | |||
... | |||
) | ZF_LOGD_MEM(data, data_size, __VA_ARGS__) |
Definition at line 72 of file log_util.h.
Referenced by _set_request_options().
#define MCL_DEBUG_STRING | ( | data | ) | ZF_LOGD_STR((data)) |
Definition at line 71 of file log_util.h.
#define MCL_ERROR | ( | ... | ) | ZF_LOGE(__VA_ARGS__) |
Definition at line 97 of file log_util.h.
Referenced by _exchange_evaluate_response(), _response_header_callback(), file_util_fflush_without_log(), file_util_fputs(), file_util_fstat(), file_util_fwrite_without_log(), http_processor_get_access_token(), http_processor_initialize(), http_processor_register(), mcl_communication_onboard(), mcl_communication_rotate_key(), mcl_log_util_convert_error_code_to_string(), mcl_store_new_file(), security_handler_base64_encode(), security_handler_base64_url_encode(), security_handler_hash_sha256(), security_handler_hmac_sha256(), string_initialize(), string_initialize_dynamic(), string_initialize_new(), string_initialize_static(), and string_split().
#define MCL_ERROR_MEMORY | ( | data, | |
data_size, | |||
... | |||
) | ZF_LOGE_MEM(data, data_size, __VA_ARGS__) |
Definition at line 99 of file log_util.h.
#define MCL_ERROR_STRING | ( | data | ) | ZF_LOGE_STR((data)) |
Definition at line 98 of file log_util.h.
#define MCL_FATAL | ( | ... | ) | ZF_LOGF(__VA_ARGS__) |
Definition at line 102 of file log_util.h.
Referenced by _store_list_destroy_callback().
#define MCL_FATAL_MEMORY | ( | data, | |
data_size, | |||
... | |||
) | ZF_LOGF_MEM(data, data_size, __VA_ARGS__) |
Definition at line 104 of file log_util.h.
#define MCL_FATAL_STRING | ( | data | ) | ZF_LOGF_STR((data)) |
Definition at line 103 of file log_util.h.
#define MCL_INFO | ( | ... | ) | ZF_LOGI(__VA_ARGS__) |
Definition at line 87 of file log_util.h.
Referenced by _evaluate_response_codes(), _exchange_evaluate_response(), _log_configuration(), _ssl_context_callback(), http_client_send(), http_processor_get_access_token(), http_processor_initialize(), http_processor_register(), mcl_communication_initialize(), mcl_communication_onboard(), mcl_communication_process(), mcl_communication_rotate_key(), mcl_communication_update_security_information(), storage_load_rsa_registration_information(), storage_load_shared_secret_registration_information(), storage_save_rsa_registration_information(), and storage_save_shared_secret_registration_information().
#define MCL_INFO_MEMORY | ( | data, | |
data_size, | |||
... | |||
) | ZF_LOGI_MEM(data, data_size, __VA_ARGS__) |
Definition at line 89 of file log_util.h.
#define MCL_INFO_STRING | ( | data | ) | ZF_LOGI_STR((data)) |
Definition at line 88 of file log_util.h.
#define MCL_LOG_UTIL_LEVEL LOG_UTIL_LEVEL_INFO |
Definition at line 32 of file log_util.h.
#define MCL_VERBOSE | ( | ... | ) | ZF_LOGV(__VA_ARGS__) |
Definition at line 57 of file log_util.h.
Referenced by _convert_mcl_json_type_to_json_type(), _initialize(), json_util_initialize(), list_add(), list_remove(), list_reset(), memory_allocate(), memory_allocate_with_zero(), memory_free(), memory_reallocate(), memory_release(), and string_release().
#define MCL_VERBOSE_MEMORY | ( | data, | |
data_size, | |||
... | |||
) | ZF_LOGV_MEM(data, data_size, __VA_ARGS__) |
Definition at line 59 of file log_util.h.
#define MCL_VERBOSE_STRING | ( | data | ) | ZF_LOGV_STR((data)) |
Definition at line 58 of file log_util.h.
#define MCL_WARN | ( | ... | ) | ZF_LOGW(__VA_ARGS__) |
Definition at line 92 of file log_util.h.
Referenced by storage_save_rsa_registration_information(), and storage_save_shared_secret_registration_information().
#define MCL_WARN_MEMORY | ( | data, | |
data_size, | |||
... | |||
) | ZF_LOGW_MEM(data, data_size, __VA_ARGS__) |
Definition at line 94 of file log_util.h.
#define MCL_WARN_STRING | ( | data | ) | ZF_LOGW_STR((data)) |
Definition at line 93 of file log_util.h.
#define VERBOSE_ENTRY | ( | ... | ) |
Definition at line 65 of file log_util.h.
Referenced by _convert_mcl_json_type_to_json_type(), _finish_json_item(), _initialize(), _libcrypto_free(), _libcrypto_malloc(), _libcrypto_realloc(), json_util_add_bool(), json_util_add_double(), json_util_add_float(), json_util_add_item_to_array(), json_util_add_null(), json_util_add_object(), json_util_add_string(), json_util_add_uint(), json_util_destroy(), json_util_duplicate(), json_util_finish_array(), json_util_finish_object(), json_util_get_array_item(), json_util_get_array_size(), json_util_get_bool_value(), json_util_get_double_value(), json_util_get_number_value(), json_util_get_object_item(), json_util_get_string(), json_util_has_child(), json_util_initialize(), json_util_parse(), json_util_parse_with_size(), json_util_start_array(), json_util_start_object(), json_util_to_string(), list_add(), list_destroy(), list_initialize(), list_next(), list_remove(), list_reset(), memory_allocate(), memory_allocate_with_zero(), memory_calloc(), memory_free(), memory_malloc(), memory_realloc(), memory_reallocate(), memory_release(), string_array_initialize(), string_concatenate(), string_concatenate_cstr(), string_convert_binary_to_hex(), string_destroy(), string_initialize(), string_initialize_dynamic(), string_initialize_new(), string_initialize_static(), string_release(), string_replace(), and string_set().
#define VERBOSE_LEAVE | ( | ... | ) | _ZF_LOG_UNUSED(__VA_ARGS__) |
Definition at line 66 of file log_util.h.
Referenced by _convert_mcl_json_type_to_json_type(), _finish_json_item(), _initialize(), _libcrypto_free(), _libcrypto_malloc(), _libcrypto_realloc(), json_util_add_bool(), json_util_add_double(), json_util_add_float(), json_util_add_item_to_array(), json_util_add_null(), json_util_add_object(), json_util_add_string(), json_util_add_uint(), json_util_destroy(), json_util_duplicate(), json_util_finish_array(), json_util_finish_object(), json_util_get_array_item(), json_util_get_array_size(), json_util_get_bool_value(), json_util_get_double_value(), json_util_get_number_value(), json_util_get_object_item(), json_util_get_string(), json_util_has_child(), json_util_initialize(), json_util_parse(), json_util_parse_with_size(), json_util_start_array(), json_util_start_object(), json_util_to_string(), list_add(), list_destroy(), list_initialize(), list_next(), list_remove(), list_reset(), memory_allocate(), memory_allocate_with_zero(), memory_calloc(), memory_free(), memory_malloc(), memory_realloc(), memory_reallocate(), memory_release(), string_array_initialize(), string_concatenate(), string_concatenate_cstr(), string_convert_binary_to_hex(), string_destroy(), string_initialize(), string_initialize_dynamic(), string_initialize_new(), string_initialize_static(), string_release(), string_replace(), and string_set().
#define ZF_LOG_DEF_TAG LOG_UTIL_TAG_DEFAULT |
Definition at line 43 of file log_util.h.
#define ZF_LOG_LEVEL MCL_LOG_UTIL_LEVEL |
Definition at line 35 of file log_util.h.