Db::msg()

#include <db_cxx.h>

Db::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 construct 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

Db

See Also

Database and Related Methods