添加业务模式

This commit is contained in:
Yun
2025-08-23 19:17:40 +08:00
parent 124d75a205
commit 75efec48bf
3 changed files with 31 additions and 0 deletions
+2
View File
@@ -60,6 +60,8 @@ func SetTraceField(traceField string) Option {
}
}
// 1.info 2.error 3.debug 4.warn 5.fatal
// 附加字段
func SetExpandData(key string, value string) Option {
return func(o *loggerOption) {