Table of Contents

Class LoggerConfig

Namespace
Whim
Assembly
Whim.dll
The user-configurable settings for Logger.
public class LoggerConfig
Inheritance
LoggerConfig
Inherited Members

Properties

BaseMinLogLevel

The base minimum log level for the logger itself.
MinLogLevel cannot override this.
public LogLevel BaseMinLogLevel { get; set; }

Property Value

LogLevel

DebugSink

The configuration for the debug sink (what Visual Studio connects to).
public SinkConfig? DebugSink { get; }

Property Value

SinkConfig

FileSink

The configuration for the file sink.
public FileSinkConfig? FileSink { get; init; }

Property Value

FileSinkConfig