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.Callback
    A log callback function. Set a custom log callback with mongocrypt_setopt_log_handler.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.sun.jna.Callback

        com.sun.jna.Callback.UncaughtExceptionHandler
    • Field Summary

      • Fields inherited from interface com.sun.jna.Callback

        FORBIDDEN_NAMES, METHOD_NAME
    • Method Detail

      • log

        void log​(int level,
                 CAPI.cstring message,
                 int message_len,
                 com.sun.jna.Pointer ctx)