Add WinUI and core source
build-winui / winui (push) Has been cancelled

This commit is contained in:
QWQLwToo
2026-06-26 13:27:13 +08:00
parent f59190251d
commit 7ecc6a8923
262 changed files with 137492 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace YMhut.Box.Core.Logging;
public sealed record LogEntry(
DateTimeOffset Timestamp,
string Level,
string Category,
string Message,
string? Detail = null);