LogDumpParams
Namespace: Busy.Bar
Destination for a log dump.
public sealed record class LogDumpParams : System.IEquatable`1[[Busy.Bar.LogDumpParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → LogDumpParams
Implements IEquatable<LogDumpParams>
Attributes NullableContextAttribute, NullableAttribute
Properties
Filename
Destination file name, without extension. Defaults to log, written under /ext.
public string? Filename { get; init; }
Property Value
Constructors
LogDumpParams(String)
Destination for a log dump.
public LogDumpParams(string? Filename = null)
Parameters
Filename String?
Destination file name, without extension. Defaults to log, written under /ext.