System.Utility.Commons.Core.Log.dll 1.0.0

Requires NuGet 2.0 or higher.

dotnet add package System.Utility.Commons.Core.Log.dll --version 1.0.0
NuGet\Install-Package System.Utility.Commons.Core.Log.dll -Version 1.0.0
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="System.Utility.Commons.Core.Log.dll" Version="1.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Utility.Commons.Core.Log.dll --version 1.0.0
#r "nuget: System.Utility.Commons.Core.Log.dll, 1.0.0"
#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 System.Utility.Commons.Core.Log.dll as a Cake Addin
#addin nuget:?package=System.Utility.Commons.Core.Log.dll&version=1.0.0

// Install System.Utility.Commons.Core.Log.dll as a Cake Tool
#tool nuget:?package=System.Utility.Commons.Core.Log.dll&version=1.0.0

极其简易的日志工具
具有以下特性:
1、多子线程写日志文件
2、自动删除一定时间之前的日志文件
3、文件大到一定程度自动记入下一个文件

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on System.Utility.Commons.Core.Log.dll:

Package Downloads
System.Utility.Commons.RegActivation

可以注册,并激活软件的一个组件

System.Utility.Commons.JobEngine.dll

作业任务调度框架引擎组件 具有以下特性: 1、多线程并发运行多个作业任务 2、日志记录调度器监听、作业任务监听 3、支持cron表达式 4、实现简单集成服务 如: public partial class Service1 : JobEngineServiceBase { public Service1() { InitializeComponent(); } }

ECom.Platform.API.SDK.Lazada

联接第三方平台的类库工具 具有以下特性: 1、对接了Lazada的很多API

System.Utility.Commons.ESB.RoutingWCFService.dll

提供对WCF代理访问和路由配置访问的WCF服务 具有以下特性: 1、通过此WCF代理服务访问其实WCF服务 2、支持通过此WCF代理服务获取其配置的路由信息

System.Utility.Commons.Core.ServiceBaseController

win 服务集成组件 具有以下特性: 1、安装时可以读取配置文件服务名称及注释 2、集成了安装服务API 3、实现简单集成服务 4、可以在调试下加“-s”参数实现 调试进 OnStart 方法内 如: /// <summary> /// 应用程序的主入口点。 /// </summary> public static void Main(string[] args) { using (ServiceBaseUtility setting = new ServiceBaseUtility()) { if (!string.IsNullOrWhiteSpace(setting.ServiceName)) { //系统用于标志此服务名称(唯一性) ServiceBaseController.State<Service1>(setting.ServiceName, args); } } }

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 5,055 8/31/2016