mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
3 lines
121 B
C#
3 lines
121 B
C#
namespace RemSox.Kernel.Logging;
|
|
|
|
public record LogEntry(string Message, LogSeverity Severity, DateTimeOffset Timestamp); |