Provides file and System.Diagnostics.Debug.Print logging functionality.
Namespace: ReFlex.Logging namespace Assembly: ReFlex.Logging.dll
public static class Log
static Log()
Writes to the file defined for the ReFlexLoggingLogFilePath appSettings key.
// write a line to the logLog.Write(GetType(), "Testing log file write");