RuoVea.ExFilter 6.0.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package RuoVea.ExFilter --version 6.0.17
NuGet\Install-Package RuoVea.ExFilter -Version 6.0.17
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RuoVea.ExFilter" Version="6.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RuoVea.ExFilter --version 6.0.17
#r "nuget: RuoVea.ExFilter, 6.0.17"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RuoVea.ExFilter as a Cake Addin
#addin nuget:?package=RuoVea.ExFilter&version=6.0.17

// Install RuoVea.ExFilter as a Cake Tool
#tool nuget:?package=RuoVea.ExFilter&version=6.0.17

RuoVea.ExFilter

介绍

web 注入 全局错误日志、操作日志记录

使用示例
    // 注入 全局错误日志处
    services.Exception();

    // 注入 请求日志拦截 [执行操作日志、参数验证 ]
    services.Action();

    //对资源型信息进行过滤
    services.Resource();
    
    //对结果进行统一
    services.Result();
    
    //接口安全校验
    services.Safe();
    
    //签名验证 ( appKey + signKey + timeStamp + data );
    services.Sign();

事件 Action记录

"Create:OpLog"

异常 "Create:ExLog"

相关配置文件
{
    "ExFilter": {
        "IsDbug": false, //是否记录全局错误日志
        "IsLogFile": true, //同时全局错误日志到文件
        "AppKeys": [],
        "AppKeyName": "appKey",
        "TimeStampName": "timeStamp",
        "ExpiresMinute": 2, //分钟
        /*-------------------------------------*/
        "SignKey": "", //签名key 
        "SignatureName": "signature", //签名
        "IgnoreApi": [] //签名验证忽略api列表
      }
}

  "GloableActionLog": [
    {
      "Description": "职位管理",
      "Path": "/SysPos"
    }
  ]
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.18.12 99 4/15/2024
6.0.18.11 100 4/14/2024
6.0.18.10 120 3/13/2024
6.0.18.9 142 3/13/2024
6.0.18.8 126 3/11/2024
6.0.18.7 178 2/28/2024
6.0.18.6 149 2/27/2024
6.0.18.5 224 1/29/2024
6.0.18.4 229 1/27/2024
6.0.18.3 191 1/26/2024
6.0.18.2 297 12/28/2023
6.0.18.1 280 12/1/2023
6.0.18 288 9/27/2023
6.0.17 277 9/16/2023
6.0.16 403 3/26/2023
6.0.15 384 3/26/2023
6.0.13 416 3/11/2023
6.0.12 455 12/23/2022
6.0.11 397 12/23/2022
6.0.10 534 10/8/2022
6.0.9 595 9/16/2022
6.0.8 565 8/18/2022
6.0.7 551 6/10/2022
6.0.6 609 3/15/2022
6.0.5 601 3/14/2022
6.0.4 600 2/18/2022
6.0.3 542 2/18/2022
6.0.2 584 2/17/2022
6.0.1 606 2/15/2022
6.0.0 614 2/11/2022