LoggingSystemStats Method

BerkeleyDB

The logging subsystem statistics

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

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

Return Value

The logging subsystem statistics

See Also