Table of Contents

Property Writers

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Writers

Gets the collection of log writers used to process log entries.

public IList<Func<ILogWriter>> Writers { get; }

Property Value

IList<Func<ILogWriter>>

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.