OutputLogFile |
Object Method - OutputLogFile() Parent Object - HL7Vendor Returns - Boolean Name: OutputLogFile(ByVal strValue, ByVal strFileName) Parameters: 1. strValue (String - Value to write to the file) 2. strFileName (String - Full Path/Filename)
Description: Utility function will write strValue into strFileName with a datetime stamp. The file is created if it does not exist and the format is as follows:
<DateTimeStamp> + <SPACE> + strValue + CRLF
|