log4net.Kafka.LogtashLayout 0.1.0

dotnet add package log4net.Kafka.LogtashLayout --version 0.1.0
NuGet\Install-Package log4net.Kafka.LogtashLayout -Version 0.1.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="log4net.Kafka.LogtashLayout" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add log4net.Kafka.LogtashLayout --version 0.1.0
#r "nuget: log4net.Kafka.LogtashLayout, 0.1.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 log4net.Kafka.LogtashLayout as a Cake Addin
#addin nuget:?package=log4net.Kafka.LogtashLayout&version=0.1.0

// Install log4net.Kafka.LogtashLayout as a Cake Tool
#tool nuget:?package=log4net.Kafka.LogtashLayout&version=0.1.0

<appender name="KafkaAppender" type="log4net.Kafka.KafkaAppender, log4net.Kafka.LogtashLayout"> <filter type="log4net.Filter.LoggerMatchFilter"> <loggerToMatch value="System.Data.Entity.DbContext" /> <acceptOnMatch value="true" /> </filter> <KafkaSettings> <brokers> <add value="http://kafka:9092" /> </brokers> <topic type="log4net.Layout.PatternLayout"> <conversionPattern value="your_topic" /> </topic> </KafkaSettings>

  <layout type="log4net.Kafka.LogstashLayout,log4net.Kafka.LogtashLayout">
    <app value="your_appname" />
  </layout>
</appender>
Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  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.

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
0.1.0 560 3/21/2019

log4net.Kafka 0.1