WinStudio
IWSApplication interface
Creates an entry in the diagnostics log file.
Application.DiagnosticsLog( string )
Part |
Description |
string |
Required. The text to be entered in the log. |
Sub Main ' Make an entry in the diagnostics log Application.DiagnosticsLog( "This is the actual log entry text." ) End Sub