Click or drag to resize

FolderLoggerInstance Property

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

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

Property Value

Type: ILogger
The logger instance.
See Also