#include "common.h"#include <stdarg.h>Go to the source code of this file.
Defines | |
| #define | I2L_DBG 1 |
| #define | I2L_INFO 2 |
| #define | I2L_ERR 3 |
| #define | IKE_PRETTY_LOCATION |
| #define | LOCATION(x) x |
Typedefs | |
| typedef void(* | t_ikev2_log_vcallback )(int, const char *, va_list ap) |
Functions | |
| void | ikev2_set_log_callback (t_ikev2_log_vcallback callback) |
| Set log function callback. | |
| void | xlogf (int level, const char *,...) |
| Logging function. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set log function callback.
|
|
||||||||||||||||
|
Logging function.
|