|
#1
|
|||
|
|||
Logging from VBS?
Is it possible to write to the log (file and window) from vbscript ?
|
#2
|
|||
|
|||
builder.LogMessage(ByVal message As String, ByVal appendCrLf As Boolean = True)
See LogMessage method in the help file (or Builder object). |
|
|