mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-08 07:46:29 +02:00
Code cleanup
This commit is contained in:
+2
-8
@@ -1,9 +1,3 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
namespace RemSox.Logging;
|
||||
|
||||
namespace RemSox.Logging
|
||||
{
|
||||
public record LogEntry(string Message, LogSeverity Severity, DateTimeOffset Timestamp);
|
||||
}
|
||||
public record LogEntry(string Message, LogSeverity Severity, DateTimeOffset Timestamp);
|
||||
Reference in New Issue
Block a user