Package com.mongodb.crypt.capi
Interface CAPI.mongocrypt_log_fn_t
-
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing class:
- CAPI
public static interface CAPI.mongocrypt_log_fn_t extends com.sun.jna.CallbackA log callback function. Set a custom log callback with mongocrypt_setopt_log_handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidlog(int level, CAPI.cstring message, int message_len, com.sun.jna.Pointer ctx)
-
-
-
Method Detail
-
log
void log(int level, CAPI.cstring message, int message_len, com.sun.jna.Pointer ctx)
-
-