⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 verbose.so

📁 berkeley db 4.6.21的源码。berkeley db是一个简单的数据库管理系统
💻 SO
字号:
m4_comment([$Id: verbose.so,v 1.2 2006/11/17 17:44:12 bostic Exp $])m4_ref_title(Upgrading m4_db Applications,    Release 4.6: verbose output,,    upgrade.4.6/full_election, upgrade.4.6/verb)m4_p([dnlWhen an error occurs in the m4_db library, an exception is thrown or anerror return value is returned by the interface.  In some cases,however, the exception or returned value may be insufficient tocompletely describe the cause of the error, especially during initialapplication debugging.  Applications can configure m4_db for verbosemessages to be output when an error occurs, but it's a common cause ofconfusion for new users that no verbose messages are available bydefault.])m4_p([dnlIn the m4_db 4.6 release, verbose messages are configured by default.For the C and C++ APIs, this means the default configuration whenapplications first create m4_ref(Db) or m4_ref(DbEnv) handles is as ifthe m4_ref(dbenv_set_errfile) or m4_refT(dbh_set_errfile)s were calledwith the standard error output (stderr) specified as the FILE *argument.  Applications wanting no output at all can turn off thisdefault configuration by calling the m4_ref(dbenv_set_errfile) orm4_refT(dbh_set_errfile)s with NULL as the FILE * argument.Additionally, explicitly configuring the error output channel using anyof the m4_ref(dbenv_set_errfile), m4_ref(dbh_set_errfile),m4_ref(dbenv_set_errcall), m4_ref(dbh_set_errcall),m4_ref(dbenv_set_error_stream) or m4_refT(dbh_set_error_stream)s willalso turn off this default output for the application.])m4_p([dnlApplications which configure m4_db with any error output channel shouldnot require any changes.])m4_p([dnlApplications which depend on having no output from the m4_db library bydefault, should be changed to call the m4_ref(dbenv_set_errfile) orm4_refT(dbh_set_errfile)s with NULL as the FILE * argument.])m4_page_footer

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -