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

This is a prerelease version of TcOpen.Inxton.Serilog.Sinks.MQTT.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package TcOpen.Inxton.Serilog.Sinks.MQTT --version 0.12.0-alpha.25
                    
NuGet\Install-Package TcOpen.Inxton.Serilog.Sinks.MQTT -Version 0.12.0-alpha.25
                    
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.25" />
                    
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.25" />
                    
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.25
                    
#r "nuget: TcOpen.Inxton.Serilog.Sinks.MQTT, 0.12.0-alpha.25"
                    
#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 TcOpen.Inxton.Serilog.Sinks.MQTT@0.12.0-alpha.25
                    
#: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=TcOpen.Inxton.Serilog.Sinks.MQTT&version=0.12.0-alpha.25&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TcOpen.Inxton.Serilog.Sinks.MQTT&version=0.12.0-alpha.25&prerelease
                    
Install 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.58 105 7/17/2025
0.12.0-alpha.55 113 7/7/2025
0.12.0-alpha.51 122 5/20/2025
0.12.0-alpha.42 195 5/14/2025
0.12.0-alpha.38 135 3/12/2025
0.12.0-alpha.35 73 2/14/2025
0.12.0-alpha.30 80 2/11/2025
0.12.0-alpha.26 65 2/8/2025
0.12.0-alpha.25 64 2/8/2025
0.12.0-alpha.24 67 2/8/2025
0.12.0-alpha.20 64 2/8/2025
0.12.0-alpha.16 70 2/7/2025
0.11.0-alpha.85 64 12/5/2024
0.11.0-alpha.84 61 12/5/2024
0.11.0-alpha.83 72 12/4/2024
0.11.0-alpha.79 68 10/10/2024
0.11.0-alpha.74 77 6/25/2024
0.11.0-alpha.73 74 6/17/2024
0.11.0-alpha.71 70 6/3/2024
0.11.0-alpha.68 73 4/29/2024
0.11.0-alpha.65 72 3/27/2024
0.11.0-alpha.64 80 3/21/2024
0.11.0-alpha.63 73 3/18/2024
0.11.0-alpha.62 71 3/14/2024
0.11.0-alpha.61 79 2/26/2024
0.11.0-alpha.60 79 2/13/2024
0.11.0-alpha.59 77 1/22/2024
0.11.0-alpha.58 74 1/22/2024
0.11.0-alpha.57 76 1/19/2024
0.11.0-alpha.56 77 1/8/2024
0.11.0-alpha.55 80 1/4/2024
0.11.0-alpha.54 105 12/12/2023
0.11.0-alpha.53 84 12/12/2023
0.11.0-alpha.52 96 12/6/2023
0.11.0-alpha.50 106 11/30/2023
0.11.0-alpha.49 91 11/24/2023
0.11.0-alpha.48 91 11/24/2023
0.11.0-alpha.45 108 10/6/2023
0.11.0-alpha.44 98 9/22/2023
0.11.0-alpha.43 108 9/7/2023
0.11.0-alpha.42 115 9/7/2023
0.11.0-alpha.41 101 9/5/2023
0.11.0-alpha.35 130 7/25/2023
0.11.0-alpha.32 121 7/20/2023
0.11.0-alpha.29 112 5/22/2023
0.11.0-alpha.26 121 4/21/2023
0.11.0-alpha.23 127 3/22/2023
0.11.0-alpha.19 129 2/22/2023
0.11.0-alpha.17 132 2/15/2023
0.11.0-alpha.16 139 2/2/2023
0.11.0-alpha.15 138 1/29/2023
0.11.0-alpha.12 141 1/20/2023
0.11.0-alpha.8 141 1/11/2023
0.11.0-alpha.6 139 12/20/2022
0.11.0-alpha.3 132 12/12/2022
0.11.0-alpha.2 131 12/6/2022
0.10.0-alpha.31 135 11/28/2022
0.10.0-alpha.30 141 11/23/2022
0.10.0-alpha.27 143 11/14/2022
0.10.0-alpha.22 131 11/2/2022
0.10.0-alpha.20 136 10/27/2022
0.10.0-alpha.15 142 10/24/2022
0.10.0-alpha.10 146 10/13/2022
0.10.0-alpha.9 151 10/13/2022
0.10.0-alpha.5 139 10/3/2022
0.9.0-alpha.5 149 9/13/2022
0.9.0-alpha.4 152 9/8/2022
0.9.0-alpha.3 154 9/8/2022
0.8.3-alpha.26 144 9/1/2022
0.8.2-alpha.37 2,355 8/26/2022
0.8.2-alpha.35 153 8/22/2022
0.8.2-alpha.34 146 8/18/2022
0.8.2-alpha.21 145 8/17/2022
0.8.2-alpha.20 176 8/16/2022
0.8.2-alpha.17 428 8/10/2022
0.8.2-alpha.14 172 8/10/2022
0.8.2-alpha.9 181 7/27/2022
0.8.2-alpha.8 154 7/26/2022
0.8.2-alpha.7 163 7/20/2022
0.8.1-alpha.3 156 7/15/2022
0.8.1-alpha.2 167 7/14/2022
0.8.0-alpha.10 155 7/12/2022
0.8.0-alpha.9 159 7/11/2022
0.8.0-alpha.7 157 7/11/2022
0.7.1-alpha.12 156 6/29/2022
0.7.1-alpha.10 162 6/27/2022
0.7.1-alpha.9 161 6/23/2022
0.7.0-alpha.865 171 6/15/2022
0.7.0-alpha.863 164 6/9/2022
0.7.0-alpha.861 162 6/8/2022
0.7.0-alpha.858 168 6/4/2022
0.6.0-alpha.835 170 5/11/2022
0.5.0-alpha.834 173 4/20/2022
0.5.0-alpha.829 176 3/19/2022
0.5.0-alpha.827 177 3/19/2022
0.5.0-alpha.826 176 3/18/2022
0.5.0-alpha.822 181 3/11/2022
0.4.2-alpha.807 188 2/3/2022
0.4.2-alpha.795 184 1/15/2022

This is initial implementation of MQTT serilog sink