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
RollingInterval
RollingInterval
for the file.public required FileSinkConfigRollingInterval RollingInterval { get; init; }