StringUtils.LogString

Simple Logging method that allows quickly writing a string to a file

public static void LogString(string output,
	string filename,
	Encoding encoding)

Parameters

output

filename

encoding
if not specified used UTF-8


See also:

Class StringUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic