WriteToLog Method

BerkeleyDB

WriteToLog allows applications to include information in the database environment log files, for later review using the db_printlog utility. This method is intended for debugging and performance tuning.
WriteToLog allows applications to include information in the database environment log files, for later review using the db_printlog utility. This method is intended for debugging and performance tuning.

Overload List

  NameDescription
WriteToLog(String)
Append an informational message to the Berkeley DB database environment log files.
WriteToLog(String, Transaction)
Append an informational message to the Berkeley DB database environment log files.

See Also