AliyunSLS_FZYYXX 0.1.1
.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package AliyunSLS_FZYYXX -Version 0.1.1
dotnet add package AliyunSLS_FZYYXX --version 0.1.1
<PackageReference Include="AliyunSLS_FZYYXX" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AliyunSLS_FZYYXX --version 0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AliyunSLS_FZYYXX, 0.1.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install AliyunSLS_FZYYXX as a Cake Addin
#addin nuget:?package=AliyunSLS_FZYYXX&version=0.1.1
// Install AliyunSLS_FZYYXX as a Cake Tool
#tool nuget:?package=AliyunSLS_FZYYXX&version=0.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SLSLog.SetSLSLogConfigModel(new SLSLogConfigModel()
{
Log_Enable = Convert.ToBoolean(true), //是否启用日志
Log_Dev = Convert.ToBoolean(true), //是否开发模式,会影响Topic显示的文字
Log_EndPoint = "fzhxyh.cn-shanghai.log.aliyuncs.com", //EndPoint
Log_AccessKey = "xxxxx", //AccessKeySecret
Log_AccessKeyId = "xxxxx", //AccessKeyID
Log_Logstore = "xxxxx", //Logstore
Log_Project = "xxxx" //Project
});
SLSLog.Instance.Info("测试日志");
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Google.ProtocolBuffers (>= 2.4.1.555)
- Newtonsoft.Json (>= 12.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
根据阿里云提供的SLS SDK修改而成,项目自用