NLog.Targets.MicrosoftTeams 3.0.0

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

// Install NLog.Targets.MicrosoftTeams as a Cake Tool
#tool nuget:?package=NLog.Targets.MicrosoftTeams&version=3.0.0

NuGet version (NLog.Targets.MicrosoftTeams) Build Status .NET GitHub NuGet downloads HitCount

Build History

Build History <br><br>

NLog.Targets.MicrosoftTeams

alternate text is missing from this package README image <br> A NLog target that write log to Microsoft Teams channel via O365 Webhook Connector.

  • Support custom ApplicationName layout
  • Support custom Teams message card title
  • Support .Net Framework, .Net Core, .Net 5, and .Net Standard
  • Options to configure your Webhook URL in NLog.conf, app.config, or appsetting.json

For more Information about webhhoks in Teams read:

Output

Example NLog.Targets.MicrosoftTeams output

Getting Started

Installation

Add the NLog.Targets.MicrosoftTeams package from nuget to your project.

PM> Install-Package NLog.Targets.MicrosoftTeams

<br>

Usage


<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
    </startup>
  <appSettings>
    <add key="Logging.TeamsUrl" value="Your Teams Channel Webhook" />
  </appSettings>
</configuration>

NLog.config



<target xsi:type="MicrosoftTeams, NLog.Targets.MicrosoftTeams" 
         name="msTeams" 
         WebhookUrl="${appsetting:name=Logging.TeamsUrl}"          
         ApplicationName="Your Application Name"
         CardTitle="Title - ${level:uppercase=true}: ${date} - [${logger}]"
         layout="[${level:uppercase=true}] ${logger} - ${message} ${all-event-properties}"
    />



<target xsi:type="MicrosoftTeams, NLog.Targets.MicrosoftTeams" 
         name="msTeams" 
         WebhookUrl="${configsetting:name=Logging.TeamsUrl}"          
         ApplicationName="Your Application Name"
         CardTitle="Title - ${level:uppercase=true}: ${date} - [${logger}]"
         layout="[${level:uppercase=true}] ${logger} - ${message} ${all-event-properties}"
    />



<target xsi:type="MicrosoftTeams, NLog.Targets.MicrosoftTeams" 
         name="msTeams" 
         WebhookUrl="Your Teams Webhook URL here"          
         ApplicationName="Your Application Name"
         CardTitle="Title - ${level:uppercase=true}: ${date} - [${logger}]"
         layout="[${level:uppercase=true}] ${logger} - ${message} ${all-event-properties}"
    />

Support

If you've got value from any of the content which I have created, then I would also very much appreciate your support by buying me a beer.

buy me a beer

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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
5.0.0 901 3/30/2024
4.0.0 27,225 1/7/2023
3.0.1 6,391 6/4/2022
3.0.0 391 6/4/2022
2.0.0 4,104 11/28/2021
1.4.0 4,869 3/5/2021
1.3.0 348 2/7/2021
1.2.0 316 2/4/2021
1.1.0 588 2/4/2021
1.0.0 558 2/4/2021

update to NLog 5.0