mirror of https://github.com/abpframework/abp.git
7 changed files with 50 additions and 7 deletions
@ -1,6 +1,6 @@ |
|||
# Audit Logging Module |
|||
|
|||
The Audit Logging Module basically implements the `IAuditingStore` to save the audit log objects to a database. |
|||
The Audit Logging Module basically implements the `IAuditingStore` to save the audit log objects to a database. |
|||
|
|||
> Audit Logging module is already installed and configured for [the startup templates](../Startup-Templates/Index.md). So, most of the times you don't need to manually add this module to your application. |
|||
|
|||
|
|||
@ -0,0 +1,3 @@ |
|||
## Ambient Context Pattern |
|||
|
|||
TODO |
|||
@ -0,0 +1,7 @@ |
|||
# 审计日志模块 |
|||
|
|||
审计日志模块实现了 `IAuditingStore` 将审计日志对象保存到数据库中. |
|||
|
|||
> [启动模板](../Startup-Templates/Index.md)已经安装并配置了审计日志模块,所以你不需要手动安装到你的应用程序. |
|||
|
|||
参阅[审计日志系统](../Audit-Logging.md)文档了解更多关于审计日志的内容. |
|||
Loading…
Reference in new issue