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.
<PackageVersion Include="System.Utility.Commons.Core.Log.dll" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="System.Utility.Commons.Core.Log.dll">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 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.
#:package System.Utility.Commons.Core.Log.dll@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=System.Utility.Commons.Core.Log.dll&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=System.Utility.Commons.Core.Log.dll&version=1.0.0
                    
Install as a Cake Tool

极其简易的日志工具
具有以下特性:
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.Core.ServiceBaseController.dll

win 服务集成组件代码如下: /// <summary> /// 应用程序的主入口点。 /// </summary> [RunInstaller(true)] public class Program : System.Utility.Commons.Core.ServiceBaseInstaller { public static void Main(string[] args) { using (Program setting = new Program()) { setting.RunService<Service1>(args); } } } //下面是配置文件中的设置 <appSettings> <!--本服务的名称--> <add key="InstallerServiceName" value="WinServices.ServiceTest" /> <!--本服务的显示名称--> <add key="InstallerDisplayName" value="WinServices.ServiceTest" /> </appSettings>

System.Utility.Commons.RegActivation

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

System.Utility.Commons.JobEngine.dll

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

System.Utility.Commons.ESB.RoutingWCFService.dll

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

ECom.Platform.API.SDK.Lazada

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 10,109 8/31/2016