TcOpen.Inxton.Serilog.Sinks.MQTT
0.11.0-alpha.85
.NET 5.0
This package targets .NET 5.0. The package is compatible with this framework or higher.
.NET Framework 4.8
This package targets .NET Framework 4.8. The package is compatible with this framework or higher.
This is a prerelease version of TcOpen.Inxton.Serilog.Sinks.MQTT.
dotnet add package TcOpen.Inxton.Serilog.Sinks.MQTT --version 0.11.0-alpha.85
NuGet\Install-Package TcOpen.Inxton.Serilog.Sinks.MQTT -Version 0.11.0-alpha.85
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.11.0-alpha.85" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TcOpen.Inxton.Serilog.Sinks.MQTT --version 0.11.0-alpha.85
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TcOpen.Inxton.Serilog.Sinks.MQTT, 0.11.0-alpha.85"
#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 TcOpen.Inxton.Serilog.Sinks.MQTT as a Cake Addin #addin nuget:?package=TcOpen.Inxton.Serilog.Sinks.MQTT&version=0.11.0-alpha.85&prerelease // Install TcOpen.Inxton.Serilog.Sinks.MQTT as a Cake Tool #tool nuget:?package=TcOpen.Inxton.Serilog.Sinks.MQTT&version=0.11.0-alpha.85&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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. |
.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.11.0-alpha.85 | 40 | 12/5/2024 |
0.11.0-alpha.84 | 36 | 12/5/2024 |
0.11.0-alpha.83 | 42 | 12/4/2024 |
0.11.0-alpha.79 | 48 | 10/10/2024 |
0.11.0-alpha.74 | 57 | 6/25/2024 |
0.11.0-alpha.73 | 53 | 6/17/2024 |
0.11.0-alpha.71 | 57 | 6/3/2024 |
0.11.0-alpha.68 | 60 | 4/29/2024 |
0.11.0-alpha.65 | 60 | 3/27/2024 |
0.11.0-alpha.64 | 68 | 3/21/2024 |
0.11.0-alpha.63 | 60 | 3/18/2024 |
0.11.0-alpha.62 | 59 | 3/14/2024 |
0.11.0-alpha.61 | 64 | 2/26/2024 |
0.11.0-alpha.60 | 66 | 2/13/2024 |
0.11.0-alpha.59 | 64 | 1/22/2024 |
0.11.0-alpha.58 | 59 | 1/22/2024 |
0.11.0-alpha.57 | 63 | 1/19/2024 |
0.11.0-alpha.56 | 64 | 1/8/2024 |
0.11.0-alpha.55 | 65 | 1/4/2024 |
0.11.0-alpha.54 | 92 | 12/12/2023 |
0.11.0-alpha.53 | 71 | 12/12/2023 |
0.11.0-alpha.52 | 85 | 12/6/2023 |
0.11.0-alpha.50 | 91 | 11/30/2023 |
0.11.0-alpha.49 | 78 | 11/24/2023 |
0.11.0-alpha.48 | 77 | 11/24/2023 |
0.11.0-alpha.45 | 91 | 10/6/2023 |
0.11.0-alpha.44 | 80 | 9/22/2023 |
0.11.0-alpha.43 | 85 | 9/7/2023 |
0.11.0-alpha.42 | 94 | 9/7/2023 |
0.11.0-alpha.41 | 79 | 9/5/2023 |
0.11.0-alpha.35 | 104 | 7/25/2023 |
0.11.0-alpha.32 | 95 | 7/20/2023 |
0.11.0-alpha.29 | 83 | 5/22/2023 |
0.11.0-alpha.26 | 89 | 4/21/2023 |
0.11.0-alpha.23 | 95 | 3/22/2023 |
0.11.0-alpha.19 | 96 | 2/22/2023 |
0.11.0-alpha.17 | 92 | 2/15/2023 |
0.11.0-alpha.16 | 106 | 2/2/2023 |
0.11.0-alpha.15 | 102 | 1/29/2023 |
0.11.0-alpha.12 | 105 | 1/20/2023 |
0.11.0-alpha.8 | 106 | 1/11/2023 |
0.11.0-alpha.6 | 105 | 12/20/2022 |
0.11.0-alpha.3 | 97 | 12/12/2022 |
0.11.0-alpha.2 | 96 | 12/6/2022 |
0.10.0-alpha.31 | 99 | 11/28/2022 |
0.10.0-alpha.30 | 103 | 11/23/2022 |
0.10.0-alpha.27 | 108 | 11/14/2022 |
0.10.0-alpha.22 | 97 | 11/2/2022 |
0.10.0-alpha.20 | 100 | 10/27/2022 |
0.10.0-alpha.15 | 105 | 10/24/2022 |
0.10.0-alpha.10 | 110 | 10/13/2022 |
0.10.0-alpha.9 | 115 | 10/13/2022 |
0.10.0-alpha.5 | 101 | 10/3/2022 |
0.9.0-alpha.5 | 110 | 9/13/2022 |
0.9.0-alpha.4 | 114 | 9/8/2022 |
0.9.0-alpha.3 | 117 | 9/8/2022 |
0.8.3-alpha.26 | 102 | 9/1/2022 |
0.8.2-alpha.37 | 2,231 | 8/26/2022 |
0.8.2-alpha.35 | 114 | 8/22/2022 |
0.8.2-alpha.34 | 107 | 8/18/2022 |
0.8.2-alpha.21 | 105 | 8/17/2022 |
0.8.2-alpha.20 | 133 | 8/16/2022 |
0.8.2-alpha.17 | 389 | 8/10/2022 |
0.8.2-alpha.14 | 131 | 8/10/2022 |
0.8.2-alpha.9 | 140 | 7/27/2022 |
0.8.2-alpha.8 | 114 | 7/26/2022 |
0.8.2-alpha.7 | 123 | 7/20/2022 |
0.8.1-alpha.3 | 116 | 7/15/2022 |
0.8.1-alpha.2 | 126 | 7/14/2022 |
0.8.0-alpha.10 | 115 | 7/12/2022 |
0.8.0-alpha.9 | 116 | 7/11/2022 |
0.8.0-alpha.7 | 116 | 7/11/2022 |
0.7.1-alpha.12 | 116 | 6/29/2022 |
0.7.1-alpha.10 | 119 | 6/27/2022 |
0.7.1-alpha.9 | 119 | 6/23/2022 |
0.7.0-alpha.865 | 129 | 6/15/2022 |
0.7.0-alpha.863 | 120 | 6/9/2022 |
0.7.0-alpha.861 | 119 | 6/8/2022 |
0.7.0-alpha.858 | 123 | 6/4/2022 |
0.6.0-alpha.835 | 124 | 5/11/2022 |
0.5.0-alpha.834 | 125 | 4/20/2022 |
0.5.0-alpha.829 | 124 | 3/19/2022 |
0.5.0-alpha.827 | 124 | 3/19/2022 |
0.5.0-alpha.826 | 123 | 3/18/2022 |
0.5.0-alpha.822 | 128 | 3/11/2022 |
0.4.2-alpha.807 | 137 | 2/3/2022 |
0.4.2-alpha.795 | 127 | 1/15/2022 |
This is initial implementation of MQTT serilog sink