#include "zrtp_types.h"#include "zrtp_config.h"Go to the source code of this file.
Defines | |
| #define | ZRTP_LOG_SENDER_MAX_LEN 12 |
| #define | ZRTP_LOG_BUFFER_SIZE 512 |
| #define | ZRTP_LOG(level, arg) |
| Write log message. This is the main macro used to write text to the logging backend. | |
| #define | zrtp_log_set_log_engine(engine) |
| #define | zrtp_log_set_level(level) |
| #define | zrtp_log_wrapper_1(arg) |
| #define | zrtp_log_wrapper_2(arg) |
| #define | zrtp_log_wrapper_3(arg) |
Typedefs | |
| typedef void | zrtp_log_engine (int level, const char *data, int len) |
| Signature for function to be registered to the logging subsystem to write the actual log message to some output device. | |
Functions | |
| char * | zrtp_print_state (zrtp_stream_ctx_t *stream, uint8_t is_curr) |
| char * | zrtp_print_packet_type (zrtp_msg_type_t type) |
| char * | zrtp_print_mode (zrtp_stream_ctx_t *stream) |
| #define ZRTP_LOG_BUFFER_SIZE 512 |
Definition at line 20 of file zrtp_log.h.
| #define ZRTP_LOG_SENDER_MAX_LEN 12 |
Copyright (c) 2006-2008 Philip R. Zimmermann. All rights reserved. Contact: http://www.philzimmermann.com For licensing and other legal details, see the file zrtp_legal.c.
Viktor Krikun <v.krikun@soft-industry.com> <v.krikun@gmail.com>
Definition at line 19 of file zrtp_log.h.