#include <db.h> void DB->get_msgfile(DB *db, FILE **msgfilep);
The DB->get_msgfile()
method returns the
FILE *
used to output informational
or statistical messages. This file handle is configured using
the
DB->set_msgfile()
method.
The DB->get_msgfile()
method may be called at any time during the
life of the application.