package logsdk // EntryProcessor 处理日志记录 type EntryProcessor interface { Process(entry ReadonlyEntry) } type levelProcessors [LevelCount][]EntryProcessor