Click or drag to resize

LogManager Constructor (String, SPFarm)

Initializes a new LogManager instance.

Namespace:  Colygon.MatchPoint.Common.Logging
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public LogManager(
	string name,
	SPFarm farm
)

Parameters

name
Type: SystemString
The name of the Log Manager.
farm
Type: SPFarm
The SharePoint Farm to log for.
See Also