| LogFile - Simple log file sample | |
|---|---|
Dim LogFile
'Create LogFile object
Set LogFile = CreateObject("ScriptUtils.LogFile")
LogFile.TemplateFileName = "D:\LogFiles\LG%y%m%d.Log"
'Write one string to the log file
LogFile.LogLine "some line to the log file."
'Write more values to the log file
LogFile.Log "Some", "String", "Or", "Numeric", 25, "Values" | |
© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz