Configuration for a LogWriter.
public sealed class LogWriterConfig(LogWriter writer)
kind:method, kind:property, kind:ctor. Press Esc to clear.LogWriterConfig(LogWriter, LogLevel)Initializes a new instance of the LogWriterConfig class.LogWriterConfig(LogWriter)Configuration for a LogWriter.MinimumLevelGets or sets the level of this writer that can be higher than the level from the MinimumLevel.WriterGets the log writer instance.Explicit(LogWriter to LogWriterConfig)Converts an instance of LogWriter to an instance of LogWriterConfig.