[This is preliminary documentation and is subject to change.]
Log the transaction to the given stream.
| C# | Visual Basic | Visual C++ |
public void LogToStream( StreamWriter sw )
Public Sub LogToStream ( _ sw As StreamWriter _ )
public: void LogToStream( StreamWriter^ sw )
- sw (StreamWriter)
- Stream Writer - log the transaction to this stream.