The logging subsystem statistics

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public LogStats LoggingSystemStats(
	bool clearStats
)
Visual Basic (Declaration)
Public Function LoggingSystemStats ( _
	clearStats As Boolean _
) As LogStats
Visual C++
public:
LogStats^ LoggingSystemStats(
	bool clearStats
)

Parameters

clearStats
Type: System..::.Boolean
If true, reset statistics after returning their values.

Return Value

The logging subsystem statistics

See Also