Click or drag to resize

SPContextLoggerInstance Property

Gets or sets the logger instance to be used by the File class.

Namespace:  Koden.Utils.SharePoint
Assembly:  Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntax
public ILogger LoggerInstance { get; set; }

Property Value

Type: ILogger
The logger instance.
See Also