log4net.jt 2.0.8.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package log4net.jt --version 2.0.8.14
NuGet\Install-Package log4net.jt -Version 2.0.8.14
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="log4net.jt" Version="2.0.8.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net.jt --version 2.0.8.14
#r "nuget: log4net.jt, 2.0.8.14"
#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 log4net.jt as a Cake Addin
#addin nuget:?package=log4net.jt&version=2.0.8.14

// Install log4net.jt as a Cake Tool
#tool nuget:?package=log4net.jt&version=2.0.8.14

log4net 的扩展,支持mongodb(>=net4.0),Elasticsearch(>=net4.5),支持自定义文件名
----------------------------------
配置文件关键节点说明: Web.config
<appSettings>
 <add key="appid" value="100005"/>
<appSettings>
----------------------------------
配置文件关键节点说明:log4net.config
<?xml version="1.0" encoding="utf-8" ?>
<log4net debug="false">
 <appender name='ElastAppender' type='log4net.Appender.ElastAppender'>
   <connectionString value='http://127.0.0.1:9200@log4net@3600' />
   <bufferSize value="1" />
   <filter type="log4net.Filter.LevelRangeFilter">
     <levelMin value="Debug" />
     <levelMax value="FATAL" />
   </filter>
 </appender>
 <appender name='MongoDBAppender' type='log4net.Appender.MongoDBAppender'>
   <connectionString value='mongodb://log4net1:pass!#123@127.0.0.1:27017/log4net' />
   <bufferSize value="1" />
   <filter type="log4net.Filter.LevelRangeFilter">
     <levelMin value="Debug" />
     <levelMax value="FATAL" />
   </filter>
 </appender>
 <root>
   <priority value="ALL" />
   <!--<appender-ref ref='ElastAppender' />-->
   <appender-ref ref='MongoDBAppender' />
   <appender-ref ref='FileAppender' />
 </root>
 <logger name="MongoDBLogger" additivity="false">
   <appender-ref ref="MongoDBAppender"  />
 </logger>
 <logger name="FileLogger" additivity="true">
   <appender-ref ref="FileAppender"  />
 </logger>
</log4net>
----------------------------------
应用实例:
string FilePath = System.IO.Directory.GetCurrentDirectory() + "\\文件夹a\\自定义文件.txt";
log.Info("1111");
log.File(FilePath).Info("2222");
log.File(FilePath).Method("方法名(Main3)").InfoFormat("3333");
log.Method("方法名(Main4)").Info("4444");
log.Info("5555");

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.8.32 1,043 2/24/2023
2.0.8.31 1,123 2/23/2023
2.0.8.30 1,290 9/28/2022
2.0.8.29 1,193 11/12/2021
2.0.8.28 1,475 12/13/2019
2.0.8.27 1,405 12/5/2019
2.0.8.26 1,364 12/4/2019
2.0.8.25 1,440 12/4/2019
2.0.8.24 1,290 11/28/2019
2.0.8.23 1,408 11/26/2019
2.0.8.22 1,312 11/19/2019
2.0.8.21 1,468 11/18/2019
2.0.8.20 1,484 11/4/2019
2.0.8.19 1,422 10/10/2019
2.0.8.18 1,473 10/9/2019
2.0.8.17 1,407 10/8/2019
2.0.8.16 1,403 10/3/2019
2.0.8.15 1,280 10/3/2019
2.0.8.14 1,266 10/2/2019
2.0.8.13 1,297 10/2/2019
2.0.8.12 1,231 10/2/2019
2.0.8.11 2,457 9/30/2019
2.0.8 2,302 9/30/2019