Append an informational message to the Berkeley DB database
            environment log files. 
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public void WriteToLog( string str ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub WriteToLog ( _ str As String _ ) | 
| Visual C++ | 
|---|
| public: void WriteToLog( String^ str ) | 
Parameters
- str
- Type: System..::.String
 The message to append to the log files





