XtGameKit/Doc/Logging-Guide.md

26 lines
452 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Logging Guide
## 模块标签前缀约定
- `[Hero]`
- `[Bag]`
- `[Gacha]`
- `[Equip]`
- `[DB]`
- `[Login]`
- `[GM]`
- `[Net]`
## 层级
- L1业务日志
- L2审计日志jsonl
- L3错误日志
## 常用方法
- `LogExtensions.Module(tag, level, msg)`
- `LogExtensions.Audit(module, action, payload)`
- `LogExtensions.Slow(module, action, durationMs, ctx)`
- `LogExtensions.AuditGM(operator, action, targetPlayer, args, success)`