Table of Contents

Class FileSinkConfig

Namespace
Whim
Assembly
Whim.dll
SinkConfig with custom functionality for the file sink.
public record FileSinkConfig : SinkConfig, IEquatable<SinkConfig>, IEquatable<FileSinkConfig>
Inheritance
FileSinkConfig
Implements
Inherited Members

Properties

FileName

The filename of the file log. The path is determined by IContext.
public required string FileName { get; init; }

Property Value

string

RollingInterval

RollingInterval for the file.
public required FileSinkConfigRollingInterval RollingInterval { get; init; }

Property Value

FileSinkConfigRollingInterval