DbEnv::msg()

#include <db_cxx.h>

DbEnv::msg(const char *fmt, ...); 

The DbEnv::msg() and Db::msg() methods provide informational messaging functionality for applications written using the Berkeley DB library.

The Db::msg() and DbEnv::msg() methods constructs an informational message consisting of the following elements:

This constructed informational message is then handled as follows:

Note

The total length of the message written by this method, including the prefix string, can be no longer than 4096.

Parameters

fmt

The fmt parameter is an optional printf-style message to display.

Class

DbEnv

See Also

Database Environments and Related Methods