TcOpen.Inxton.Serilog.Sinks.MQTT 0.12.0-alpha.38

This is a prerelease version of TcOpen.Inxton.Serilog.Sinks.MQTT.
dotnet add package TcOpen.Inxton.Serilog.Sinks.MQTT --version 0.12.0-alpha.38
                    
NuGet\Install-Package TcOpen.Inxton.Serilog.Sinks.MQTT -Version 0.12.0-alpha.38
                    
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="TcOpen.Inxton.Serilog.Sinks.MQTT" Version="0.12.0-alpha.38" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TcOpen.Inxton.Serilog.Sinks.MQTT" Version="0.12.0-alpha.38" />
                    
Directory.Packages.props
<PackageReference Include="TcOpen.Inxton.Serilog.Sinks.MQTT" />
                    
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 TcOpen.Inxton.Serilog.Sinks.MQTT --version 0.12.0-alpha.38
                    
#r "nuget: TcOpen.Inxton.Serilog.Sinks.MQTT, 0.12.0-alpha.38"
                    
#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.
#addin nuget:?package=TcOpen.Inxton.Serilog.Sinks.MQTT&version=0.12.0-alpha.38&prerelease
                    
Install TcOpen.Inxton.Serilog.Sinks.MQTT as a Cake Addin
#tool nuget:?package=TcOpen.Inxton.Serilog.Sinks.MQTT&version=0.12.0-alpha.38&prerelease
                    
Install TcOpen.Inxton.Serilog.Sinks.MQTT as a Cake Tool

SeriLog MQTT sink

This is an initial implementation of MQTT sink for serilog logger. For details about the configuration of MQTT client see here. This sink is primarily developed to be used in TcOpen framework with TcoLogger.

Sink configuration

using MQTTnet;
using MQTTnet.Client.Options;
using MQTTnet.Client.Receiving;
using MQTTnet.Server;
using Serilog.Sinks;
using System;
using MQTTnet.Client;

   var topic = "my_funny_topic";
   var publisherOptions = new MqttClientOptionsBuilder().WithTcpServer("broker.emqx.io").Build();
   Log.Logger = new LoggerConfiguration()
                    .WriteTo.MQTT(publisherOptions, topic)
                    .CreateLogger();                    
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Framework net48 is compatible.  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.12.0-alpha.38 124 2 months ago
0.12.0-alpha.35 65 3 months ago
0.12.0-alpha.30 72 3 months ago
0.12.0-alpha.26 57 3 months ago
0.12.0-alpha.25 53 3 months ago
0.12.0-alpha.24 54 3 months ago
0.12.0-alpha.20 53 3 months ago
0.12.0-alpha.16 62 3 months ago
0.11.0-alpha.85 54 5 months ago
0.11.0-alpha.84 51 5 months ago
0.11.0-alpha.83 61 5 months ago
0.11.0-alpha.79 59 7 months ago
0.11.0-alpha.74 68 6/25/2024
0.11.0-alpha.73 65 6/17/2024
0.11.0-alpha.71 64 6/3/2024
0.11.0-alpha.68 64 4/29/2024
0.11.0-alpha.65 64 3/27/2024
0.11.0-alpha.64 72 3/21/2024
0.11.0-alpha.63 64 3/18/2024
0.11.0-alpha.62 63 3/14/2024
0.11.0-alpha.61 69 2/26/2024
0.11.0-alpha.60 71 2/13/2024
0.11.0-alpha.59 69 1/22/2024
0.11.0-alpha.58 64 1/22/2024
0.11.0-alpha.57 68 1/19/2024
0.11.0-alpha.56 71 1/8/2024
0.11.0-alpha.55 72 1/4/2024
0.11.0-alpha.54 97 12/12/2023
0.11.0-alpha.53 76 12/12/2023
0.11.0-alpha.52 90 12/6/2023
0.11.0-alpha.50 99 11/30/2023
0.11.0-alpha.49 83 11/24/2023
0.11.0-alpha.48 82 11/24/2023
0.11.0-alpha.45 96 10/6/2023
0.11.0-alpha.44 85 9/22/2023
0.11.0-alpha.43 91 9/7/2023
0.11.0-alpha.42 100 9/7/2023
0.11.0-alpha.41 86 9/5/2023
0.11.0-alpha.35 111 7/25/2023
0.11.0-alpha.32 102 7/20/2023
0.11.0-alpha.29 94 5/22/2023
0.11.0-alpha.26 101 4/21/2023
0.11.0-alpha.23 107 3/22/2023
0.11.0-alpha.19 109 2/22/2023
0.11.0-alpha.17 105 2/15/2023
0.11.0-alpha.16 120 2/2/2023
0.11.0-alpha.15 116 1/29/2023
0.11.0-alpha.12 120 1/20/2023
0.11.0-alpha.8 122 1/11/2023
0.11.0-alpha.6 120 12/20/2022
0.11.0-alpha.3 112 12/12/2022
0.11.0-alpha.2 111 12/6/2022
0.10.0-alpha.31 114 11/28/2022
0.10.0-alpha.30 119 11/23/2022
0.10.0-alpha.27 123 11/14/2022
0.10.0-alpha.22 112 11/2/2022
0.10.0-alpha.20 115 10/27/2022
0.10.0-alpha.15 121 10/24/2022
0.10.0-alpha.10 126 10/13/2022
0.10.0-alpha.9 131 10/13/2022
0.10.0-alpha.5 118 10/3/2022
0.9.0-alpha.5 127 9/13/2022
0.9.0-alpha.4 133 9/8/2022
0.9.0-alpha.3 134 9/8/2022
0.8.3-alpha.26 119 9/1/2022
0.8.2-alpha.37 2,326 8/26/2022
0.8.2-alpha.35 131 8/22/2022
0.8.2-alpha.34 124 8/18/2022
0.8.2-alpha.21 122 8/17/2022
0.8.2-alpha.20 153 8/16/2022
0.8.2-alpha.17 406 8/10/2022
0.8.2-alpha.14 148 8/10/2022
0.8.2-alpha.9 158 7/27/2022
0.8.2-alpha.8 132 7/26/2022
0.8.2-alpha.7 141 7/20/2022
0.8.1-alpha.3 134 7/15/2022
0.8.1-alpha.2 144 7/14/2022
0.8.0-alpha.10 133 7/12/2022
0.8.0-alpha.9 134 7/11/2022
0.8.0-alpha.7 134 7/11/2022
0.7.1-alpha.12 134 6/29/2022
0.7.1-alpha.10 137 6/27/2022
0.7.1-alpha.9 137 6/23/2022
0.7.0-alpha.865 147 6/15/2022
0.7.0-alpha.863 138 6/9/2022
0.7.0-alpha.861 137 6/8/2022
0.7.0-alpha.858 141 6/4/2022
0.6.0-alpha.835 145 5/11/2022
0.5.0-alpha.834 145 4/20/2022
0.5.0-alpha.829 146 3/19/2022
0.5.0-alpha.827 147 3/19/2022
0.5.0-alpha.826 145 3/18/2022
0.5.0-alpha.822 150 3/11/2022
0.4.2-alpha.807 159 2/3/2022
0.4.2-alpha.795 149 1/15/2022

This is initial implementation of MQTT serilog sink