Db.set_msgcall

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void set_msgcall(void function(const DbEnv dbenv, string msg) db_msgcall_fcn)
  2. void set_msgcall(void function(const(DB_ENV)* dbenv, const(char)* msg) db_msgcall_fcn)
    class Db
    extern (C)
    void
    set_msgcall
    (
    void function
    (
    const(DB_ENV)* dbenv
    ,
    const(char)* msg
    )
    db_msgcall_fcn
    )

Meta