Wlniao.Aliyun 8.0.9

dotnet add package Wlniao.Aliyun --version 8.0.9
                    
NuGet\Install-Package Wlniao.Aliyun -Version 8.0.9
                    
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="Wlniao.Aliyun" Version="8.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wlniao.Aliyun" Version="8.0.9" />
                    
Directory.Packages.props
<PackageReference Include="Wlniao.Aliyun" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Wlniao.Aliyun --version 8.0.9
                    
#r "nuget: Wlniao.Aliyun, 8.0.9"
                    
#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.
#addin nuget:?package=Wlniao.Aliyun&version=8.0.9
                    
Install Wlniao.Aliyun as a Cake Addin
#tool nuget:?package=Wlniao.Aliyun&version=8.0.9
                    
Install Wlniao.Aliyun as a Cake Tool

xcore

Wlniao.Aliyun for Wlniao.XCore

License

GitHub License
Package Version Pull Count

Add Package

dotnet add package Wlniao.Aliyun -v 8.0.0

SLS日志服务

设置Logger实例

Wlniao.Log.Loger.SetLogger(new Wlniao.Aliyun.AliyunLoger(Log.LogLevel.Debug));

配置Aliyun参数

WLN_LOG_SERVER=日志服务服务接入点
WLN_LOG_SLS_PROJECT=日志项目名称
WLN_LOG_SLS_STORE=日志存储库名称
WLN_LOG_KEYID=阿里云AccessKey ID
WLN_LOG_KEYSECRET=阿里云AccessKey Secret

配置权限策略

{
    "Version": "1",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "log:GetLogStore",
                "log:CreateLogStore",
                "log:PostLogStoreLogs",
                "log:CreateIndex",
                "log:UpdateIndex"
            ],
            "Resource": "acs:log:*:*:project/<projectName>/logstore/*"
        }
    ]
}
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 is compatible.  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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Wlniao.Aliyun:

Package Downloads
Wlniao.Aliyun.Mts

Aliyun Extend for Wlniao.XCore

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.9 113 a month ago
8.0.8 169 5 months ago
8.0.7 207 7 months ago
8.0.6 113 7 months ago
8.0.5 120 7 months ago
8.0.4 121 7 months ago
8.0.3 116 7 months ago
8.0.2 133 7 months ago
8.0.1 129 7 months ago
8.0.0 121 7 months ago
3.1.1 629 5/20/2022
3.1.0 572 9/9/2021
3.0.0 637 3/22/2020