Click or drag to resize

Log Constructor

Initializes a log file. Entry point to add entries to a log.

Namespace:  Packflow.FileLogger
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public Log(
	string logFolderPath
)

Parameters

logFolderPath
Type: SystemString
Folder path where to add log files.
See Also