VerboseMessages Members

BerkeleyDB

The VerboseMessages type exposes the following members.

Constructors

  NameDescription
VerboseMessages
Initializes a new instance of the VerboseMessages class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
AllFileOps
Display additional information when performing all filesystem operations, including read and write. May not be available on all platforms.
Deadlock
Display additional information when doing deadlock detection.
FileOps
Display additional information when performing filesystem operations such as open, close or rename. May not be available on all platforms.
Recovery
Display additional information when performing recovery.
Register
Display additional information concerning support for Register
Replication
Display all detailed information about replication. This includes the information displayed by all of the other Replication* and RepMgr* values.
ReplicationElection
Display detailed information about replication elections.
ReplicationLease
Display detailed information about replication master leases.
ReplicationMessages
Display detailed information about replication message processing.
ReplicationMisc
Display detailed information about general replication processing not covered by the other Replication* values.
ReplicationSync
Display detailed information about replication client synchronization.
ReplicationTest
RepMgrConnectionFailure
Display detailed information about Replication Manager connection failures.
RepMgrMisc
Display detailed information about general Replication Manager processing.
WaitsForTable
Display the waits-for table when doing deadlock detection.

See Also