From 11ebf367d2a038c37867e16b9a63d1551811609e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=8A=E7=A3=8A?= Date: Fri, 8 Jul 2022 18:45:22 +0800 Subject: [PATCH] doc: Modify the document (#83) --- README.md | 2 +- README.zh-CN.md | 2 +- src/Masa.Utils.Exceptions/README.md | 2 +- src/Masa.Utils.Exceptions/README.zh-CN.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 901c886..898ac33 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ MASA.Utils is a library of MASA tools used by projects such as [MASA Stack](http * Expressions: Expression expansion * Ldap * Ldap.Novell: Novell-based LDAP client library -* Exceptions: Exception extension +* [Exceptions](https://github.com/masastack/MASA.Utils/blob/main/src/Masa.Utils.Exceptions/README.md): Exception extension * Security: security * Authentication: Authentication * Cryptography: Password extension, support AES encryption and decryption, DES encryption and decryption, Base64 encoding, MD5 encryption, SHA encryption, etc. diff --git a/README.zh-CN.md b/README.zh-CN.md index 794ded8..40d1c30 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -32,7 +32,7 @@ MASA.Utils是MASA的工具库,这些工具被[MASA Stack](https://github.com/m * Expressions: 表达式扩展 * Ldap * Ldap.Novell: 基于Novell的LDAP客户端库 -* Exceptions: 异常扩展 +* [Exceptions](https://github.com/masastack/MASA.Utils/blob/main/src/Masa.Utils.Exceptions/README.zh-CN.md): 异常扩展 * Security: 安全 * Authentication: 身份验证 * Cryptography: 密码扩展,支持AES加解密、DES加解密、Base64编码、MD5加密、SHA加密等 diff --git a/src/Masa.Utils.Exceptions/README.md b/src/Masa.Utils.Exceptions/README.md index 2385183..69fe608 100644 --- a/src/Masa.Utils.Exceptions/README.md +++ b/src/Masa.Utils.Exceptions/README.md @@ -116,7 +116,7 @@ axios }); ```` -## common problem +## Common problem The default log level of `UserFriendlyException` is `Information`, other types of exceptions are `Error` diff --git a/src/Masa.Utils.Exceptions/README.zh-CN.md b/src/Masa.Utils.Exceptions/README.zh-CN.md index 458919a..2c1364a 100644 --- a/src/Masa.Utils.Exceptions/README.zh-CN.md +++ b/src/Masa.Utils.Exceptions/README.zh-CN.md @@ -118,10 +118,10 @@ axios ## 常见问题 -1. 如何修改UserFriendlyException的日志等级? - 默认`UserFriendlyException`的日志等级为`Information`, 其它类型异常为`Error` +1. 如何修改UserFriendlyException的日志等级? + ``` C# builder.Services.Configure(options => {