1
0

7 lines
161 B
C#

namespace Flawless.Communication.Response;
public record LogEntryResponse(
DateTime Timestamp,
string Level,
string Message,
string? Exception);