LogTools AppendStringToLogFile Method NetworkComms.Net Help
Appends the provided logString to end of fileName.txt. If the file does not exist it will be created.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static void AppendStringToLogFile(
	string fileName,
	string logString
)

Parameters

fileName
Type: OnlineSystem String
The filename to use. The extension .txt will be appended automatically
logString
Type: OnlineSystem String
The string to append.
See Also