mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
349 B
7 lines
349 B
5 years ago
|
# 审计日志模块
|
||
|
|
||
|
审计日志模块实现了 `IAuditingStore` 将审计日志对象保存到数据库中.
|
||
|
|
||
|
> [启动模板](../Startup-Templates/Index.md)已经安装并配置了审计日志模块,所以你不需要手动安装到你的应用程序.
|
||
|
|
||
|
参阅[审计日志系统](../Audit-Logging.md)文档了解更多关于审计日志的内容.
|