Wlniao.Aliyun
8.0.8
dotnet add package Wlniao.Aliyun --version 8.0.8
NuGet\Install-Package Wlniao.Aliyun -Version 8.0.8
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.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Wlniao.Aliyun --version 8.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Wlniao.Aliyun, 8.0.8"
#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 Wlniao.Aliyun as a Cake Addin #addin nuget:?package=Wlniao.Aliyun&version=8.0.8 // Install Wlniao.Aliyun as a Cake Tool #tool nuget:?package=Wlniao.Aliyun&version=8.0.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
xcore
Wlniao.Aliyun for Wlniao.XCore
License
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 | Versions 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Aliyun.Api.LogService (>= 1.1.0)
- Wlniao.XCore (>= 8.0.38)
-
net7.0
- Aliyun.Api.LogService (>= 1.1.0)
- Wlniao.XCore (>= 8.0.38)
-
net8.0
- Aliyun.Api.LogService (>= 1.1.0)
- Wlniao.XCore (>= 8.0.38)
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.