ztools.other.log4net
2.0.5
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
Install-Package ztools.other.log4net -Version 2.0.5
dotnet add package ztools.other.log4net --version 2.0.5
<PackageReference Include="ztools.other.log4net" Version="2.0.5" />
paket add ztools.other.log4net --version 2.0.5
#r "nuget: ztools.other.log4net, 2.0.5"
Dependencies
This package has no dependencies.
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ztools.other.log4net:
Package | Downloads |
---|---|
ztools.DB.MYSQL
mysql dbhelper
|
|
ztools.DB.MSSQL
sql server dbhelper
|
|
ztools.Log
对log4net的封装工具包,可根据不同节点名称进行日志打印,对log对象进行缓存,减少反射调用次数。
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.5 | 3,841 | 7/1/2016 |