Skip to main content

LogDumpResult

Namespace: Busy.Bar

Result of dumping the in-memory log buffer to a file.

public sealed record class LogDumpResult : System.IEquatable`1[[Busy.Bar.LogDumpResult, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → LogDumpResult
Implements IEquatable<LogDumpResult>
Attributes NullableContextAttribute, NullableAttribute

Properties

Result

Result status string.

public string Result { get; init; }

Property Value

String

Path

Full path to the written log file.

public string Path { get; init; }

Property Value

String

Constructors

LogDumpResult(String, String)

Result of dumping the in-memory log buffer to a file.

public LogDumpResult(string Result, string Path)

Parameters

Result String
Result status string.

Path String
Full path to the written log file.