using System.ComponentModel; namespace PCC2.Logging; [DisplayName("打日志")] public record LoggingEvent(LogLevel LogLevel, string CategoryName, string Content);