Interface ILoggerObject
Represents a type, that contains an ILogger property that can be used to perform logging.
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public interface ILoggerObject
Properties
| Improve this Doc View SourceLogger
Gets or sets the ILogger implementation used to perform logging
Declaration
ILogger Logger { get; set; }
Property Value
Type | Description |
---|---|
ILogger |