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