LogManager Constructor (String, SPFarm) |
Initializes a new LogManager instance.
Namespace: Colygon.MatchPoint.Common.LoggingAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax 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