Property Writers
Writers
Gets the collection of log writers used to process log entries.
public IList<Func<ILogWriter>> Writers { get; }
Property Value
Remarks
Use this property to inspect the current log writers. To modify the collection, update the underlying configuration or use the appropriate methods to add or remove writers.