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-2024 • Updated: 06/29/24
Comment or report problem with topic