Log class

Provides file and System.Diagnostics.Debug.Print logging functionality.

Namespace: ReFlex.Logging namespace
Assembly: ReFlex.Logging.dll

Syntax

public static class Log

Constructors

static Log()

Remarks

Writes to the file defined for the ReFlexLoggingLogFilePath appSettings key.

Examples

// write a line to the log
Log.Write(GetType(), "Testing log file write");